Skip to content

Commit 22b63c6

Browse files
authored
Add merge_group to github_actions_scan workflow (#27)
PRs that enter the merge queue are blocked because the scan is required but never executes.
1 parent 2450f55 commit 22b63c6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/github_actions_scan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
type: 'string'
1414
# zizmor: ignore[dangerous-triggers] Required to have `id-token: write` for GCP auth.
1515
pull_request_target:
16+
merge_group:
1617

1718
permissions: {}
1819

@@ -31,6 +32,7 @@ env:
3132
jobs:
3233
check-changes:
3334
runs-on: 'ubuntu-latest'
35+
if: github.event_name != 'merge_group'
3436
outputs:
3537
files: '${{ steps.check.outputs.files }}'
3638
permissions:

0 commit comments

Comments
 (0)