From f97315882ad9aec44ea8036d55c91672af701a16 Mon Sep 17 00:00:00 2001 From: Ramon Roche Date: Mon, 25 Nov 2024 08:38:14 -0800 Subject: [PATCH] ci: run on PR --- .github/workflows/cflite_batch.yml | 3 +++ 1 file changed, 3 insertions(+) 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: