Skip to content

Commit a46fc5f

Browse files
committed
added merge queue trigger to SecureSDLC workflow
1 parent 5ab2d4d commit a46fc5f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/securesdlc-required-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
workflow_call: {}
77
pull_request: {}
88
# pull_request_target: {} # Gives workflows excessive permissions. Not wanted.
9+
# Needed by repos with a merge queue: the gate re-runs on the gh-readonly-queue
10+
# ref, so a workflow that never fires there can never report and entries deadlock.
11+
merge_group: {}
912

1013
jobs:
1114
securesdlc-umbrella:

0 commit comments

Comments
 (0)