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.
2 parents 9d1ba9d + 5018eb3 commit 9d447c8Copy full SHA for 9d447c8
.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