Skip to content

Commit

Permalink
Correct the cron expression. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat authored May 5, 2024
1 parent f0d00b5 commit fb39552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cflite_batch.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ClusterFuzzLite batch fuzzing
on:
schedule:
- cron: '1 * * * 0' # Every sunday
- cron: '0 8 * * 1' # At 08:00 on Monday.
permissions: read-all
jobs:
BatchFuzzing:
Expand Down

0 comments on commit fb39552

Please sign in to comment.