Skip to content

Commit c9f66a5

Browse files
committed
fix cron
1 parent 227de67 commit c9f66a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
branches:
2020
- "main"
2121
schedule:
22-
- cron: '0 0 9 1 * *' # At 09:00 AM, on day 1 of the month
22+
- cron: '0 9 1 * *' # At 09:00 AM, on day 1 of the month
2323

2424
jobs:
2525
analyze:

0 commit comments

Comments
 (0)