We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4e09c commit a0f7ecdCopy full SHA for a0f7ecd
.github/workflows/codeql.yml
@@ -11,6 +11,8 @@ on:
11
branches: [ "master" ]
12
schedule:
13
- cron: "18 2 * * 0"
14
+ workflow_dispatch:
15
+ # Allow manually running the action, e.g. if disabled after some quietness in the source
16
17
jobs:
18
analyze:
0 commit comments