Skip to content

Commit fd871ce

Browse files
CI: allow manual CodeQL runs via workflow_dispatch
1 parent 40188fd commit fd871ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- main
1010
schedule:
1111
- cron: 0 0 * * 1
12+
workflow_dispatch: # allow on-demand manual scans
1213

1314
permissions: # least privilege
1415
contents: read

0 commit comments

Comments
 (0)