Skip to content

Commit 46ad7b5

Browse files
committed
gha: cflite: move cronjob timing
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
1 parent 7e958cb commit 46ad7b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cflite-batch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name: ClusterFuzzLite
1818

1919
on:
2020
schedule:
21-
- cron: '30 0/8 * * *' # once every 8 hours
21+
- cron: '0 0/8 * * *' # once every 8 hours
2222

2323
permissions: read-all
2424

0 commit comments

Comments
 (0)