Skip to content

Commit

Permalink
change cron schedule (#3524)
Browse files Browse the repository at this point in the history
* change cron schedule

* / is not documented in POSIX cron sytax supported by gh actions
  • Loading branch information
gerardsn authored Oct 29, 2024
1 parent 71c2beb commit 390db78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis-cron-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: "Scheduled CodeQL"

on:
schedule:
- cron: '21 10 * * 1'
- cron: '0,15,30,45 * * * *'

jobs:
analyze:
Expand Down

0 comments on commit 390db78

Please sign in to comment.