commit 5319453f507ce00930e84158a7c049a45b219788
parent 699b85a7b34b7ec99327c82e1bcfb05147107176
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 15 Apr 2025 23:16:28 +0200
Allow manual dispatch fo the fuzzer ci cron tasks
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.github/workflows/cflite_cron.yml b/.github/workflows/cflite_cron.yml
@@ -2,6 +2,7 @@ name: ClusterFuzzLite cron tasks
on:
schedule:
- cron: '0 0 * * *' # Once a day at midnight.
+ workflow_dispatch:
permissions: read-all
jobs:
Pruning: