Skip to content

Commit a0f7ecd

Browse files
committed
.github/workflows/codeql.yml: Allow manually running the action, e.g. if disabled after some quietness in the source
Signed-off-by: Jim Klimov <[email protected]>
1 parent fc4e09c commit a0f7ecd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
branches: [ "master" ]
1212
schedule:
1313
- cron: "18 2 * * 0"
14+
workflow_dispatch:
15+
# Allow manually running the action, e.g. if disabled after some quietness in the source
1416

1517
jobs:
1618
analyze:

0 commit comments

Comments
 (0)