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:
153153 GPG_PASSWORD : ${{ secrets.GPG_PASSWORD }}
154154
155155 required-status-check :
156- if : github.event_name == 'pull_request' && always()
156+ if : ( github.event_name == 'pull_request' || github.event_name == 'merge_group') && always()
157157 needs :
158158 - build
159159 - test
Original file line number Diff line number Diff line change 66 - main
77 - release/*
88 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:
1015 schedule :
1116 - cron : " 29 13 * * 2" # weekly at 13:29 UTC on Tuesday
1217
You can’t perform that action at this time.
0 commit comments