Skip to content

Commit a4904bd

Browse files
authored
chore(ci): add workflow dispatch for codeql.yml (#5919)
1 parent f7c8c1c commit a4904bd

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
@@ -20,6 +20,8 @@ on:
2020
branches: [ "main" ]
2121
schedule:
2222
- cron: '30 14 * * 4'
23+
workflow_dispatch:
24+
inputs: {}
2325

2426
jobs:
2527
analyze:

0 commit comments

Comments
 (0)