diff --git a/.github/workflows/cflite_batch.yml b/.github/workflows/cflite_batch.yml index 727a588c72..d7f99eab81 100644 --- a/.github/workflows/cflite_batch.yml +++ b/.github/workflows/cflite_batch.yml @@ -4,6 +4,7 @@ name: ClusterFuzzLite batch fuzzing on: schedule: - cron: '0 14 * * *' # Run daily, hour chosen by fair dice roll + - workflow_dispatch # Manual trigger for testing permissions: read-all jobs: BatchFuzzing: diff --git a/.github/workflows/cflite_cron.yml b/.github/workflows/cflite_cron.yml index 0e6c1d61c0..e22579fe2c 100644 --- a/.github/workflows/cflite_cron.yml +++ b/.github/workflows/cflite_cron.yml @@ -4,6 +4,8 @@ name: ClusterFuzzLite cron tasks on: schedule: - cron: '0 16 * * *' # Once a day, after fuzzing run + - workflow_dispatch # Manual trigger for testing + permissions: read-all jobs: Pruning: