Skip to content

Commit 4a75972

Browse files
authored
chore: Update cron schedule to run every Saturday at 8:29 AM
1 parent 1de7b90 commit 4a75972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
branches: [ "main" ]
88
schedule:
9-
- cron: '29 8 * * 3'
9+
- cron: '29 8 * * 6'
1010

1111
jobs:
1212
analyze:

0 commit comments

Comments
 (0)