diff --git a/.github/workflows/cflite_batch.yml b/.github/workflows/cflite_batch.yml index d1321cc6b7..cca87b4af5 100644 --- a/.github/workflows/cflite_batch.yml +++ b/.github/workflows/cflite_batch.yml @@ -2,6 +2,9 @@ name: ClusterFuzzLite batch fuzzing on: schedule: - cron: '0 6 * * *' # UTC 6am every day. + pull_request: + branches: + - '*' permissions: read-all jobs: BatchFuzzing: