Add workflow_dispatch manual trigger (#1952)
This commit is contained in:
parent
1d83e52e9a
commit
bad341350a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/codeql.yml
vendored
1
.github/workflows/codeql.yml
vendored
|
|
@ -11,6 +11,7 @@ on:
|
|||
schedule:
|
||||
# Weekly on Sunday.
|
||||
- cron: '30 1 * * 0'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
CODEQL_ACTION_TESTING_ENVIRONMENT: codeql-action-pr-checks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue