There was an error while loading. Please reload this page.
1 parent 5ab2d4d commit a46fc5fCopy full SHA for a46fc5f
1 file changed
.github/workflows/securesdlc-required-workflow.yml
@@ -6,6 +6,9 @@ on:
6
workflow_call: {}
7
pull_request: {}
8
# 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: {}
12
13
jobs:
14
securesdlc-umbrella:
0 commit comments