File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ jobs:
153
153
GPG_PASSWORD : ${{ secrets.GPG_PASSWORD }}
154
154
155
155
required-status-check :
156
- if : github.event_name == 'pull_request' && always()
156
+ if : ( github.event_name == 'pull_request' || github.event_name == 'merge_group') && always()
157
157
needs :
158
158
- build
159
159
- test
Original file line number Diff line number Diff line change 6
6
- main
7
7
- release/*
8
8
pull_request :
9
- merge_group :
9
+ # TODO (trask) adding this to the merge queue causes the merge queue to fail
10
+ # see related issues
11
+ # - https://github.com/github/codeql-action/issues/1572
12
+ # - https://github.com/github/codeql-action/issues/1537
13
+ # - https://github.com/github/codeql-action/issues/2691
14
+ # merge_group:
10
15
schedule :
11
16
- cron : " 29 13 * * 2" # weekly at 13:29 UTC on Tuesday
12
17
You can’t perform that action at this time.
0 commit comments