We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f0174 commit b1acd4eCopy full SHA for b1acd4e
2 files changed
.github/workflows/codeql-analysis.yml
@@ -8,6 +8,8 @@ on:
8
branches: [ "main" ]
9
schedule:
10
- cron: '28 19 * * 6'
11
+ # allows the workflow to be manually executed any time
12
+ workflow_dispatch:
13
14
jobs:
15
analyze:
.github/workflows/security.yml
0 commit comments