We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1ba9d commit 5018eb3Copy full SHA for 5018eb3
.github/workflows/check-mergeable.yml
@@ -6,6 +6,10 @@ on:
6
7
jobs:
8
check_branch_history:
9
+ # We need this job to be scheduled for merge groups as well, as it
10
+ # is a required status check for merging, but we can safely skip
11
+ # it...
12
+ if: ${{ github.event_name == 'pull_request' }}
13
name: Check - Linear history
14
runs-on: ubuntu-latest
15
steps:
0 commit comments