Skip to content

Commit 6783ffd

Browse files
committed
Change the CodeQL workflow cron time
Change it to 2AM to avoid overlap with other CodeQL workflows as that may consume all available GitHub Actions capacity for the organization.
1 parent f946d41 commit 6783ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
branches:
1818
- develop
1919
schedule:
20-
- cron: '0 14 * * 6'
20+
- cron: '0 2 * * 6'
2121

2222
jobs:
2323
analyze:

0 commit comments

Comments
 (0)