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 7b6f423 commit 9fc339bCopy full SHA for 9fc339b
1 file changed
.github/workflows/codeql.yml
@@ -6,7 +6,8 @@ on:
6
pull_request:
7
branches: [main, master]
8
schedule:
9
- - cron: '0 6 * * 1'
+ - cron: '0 6 1 * *' # monthly 1st 06:00 UTC
10
+
11
# Estate guardrail: cancel superseded runs so re-pushes / rebased PR
12
# updates do not pile up queued runs against the shared account-wide
13
# Actions concurrency pool. Applied only to read-only check workflows
0 commit comments