There was an error while loading. Please reload this page.
1 parent cb8338c commit b5e5ca5Copy full SHA for b5e5ca5
1 file changed
.github/workflows/codeql.yml
@@ -41,13 +41,12 @@ on:
41
# Safety net behind the push trigger, and the thing that keeps the
42
# default-branch alert view fresh when main is quiet. Only fires once this
43
# file is on the default branch — schedule events ignore other branches.
44
- - cron: '17 8 * * *'
+ - cron: '17 8 * * 1'
45
workflow_dispatch:
46
47
-# Scheduled main scans must run to completion — only PR pushes supersede.
48
concurrency:
49
group: codeql-${{ github.ref }}
50
- cancel-in-progress: ${{ github.event_name == 'pull_request' }}
+ cancel-in-progress: true
51
52
permissions:
53
contents: read
0 commit comments