Skip to content

Commit bc5b016

Browse files
authored
chore: CodeQL job needs to run on merge queue (#86)
Otherwise we cannot make it a required check. And also let it run on workflow dispatch because why not. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent e22f7eb commit bc5b016

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
name: "CodeQL"
1313

1414
on:
15+
workflow_dispatch: {}
16+
merge_group: {}
1517
push:
1618
branches: [ "main" ]
1719
pull_request:
18-
branches: [ "main" ]
20+
branches: [ "main" ]
1921
schedule:
2022
- cron: '21 23 * * 5'
2123

0 commit comments

Comments
 (0)