We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e958cb commit 46ad7b5Copy full SHA for 46ad7b5
1 file changed
.github/workflows/cflite-batch.yml
@@ -18,7 +18,7 @@ name: ClusterFuzzLite
18
19
on:
20
schedule:
21
- - cron: '30 0/8 * * *' # once every 8 hours
+ - cron: '0 0/8 * * *' # once every 8 hours
22
23
permissions: read-all
24
0 commit comments