File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: ClusterFuzzLite batch fuzzing
44on :
55 schedule :
66 - cron : ' 0 14 * * *' # Run daily, hour chosen by fair dice roll
7- - workflow_dispatch # Manual trigger for testing
7+ workflow_dispatch : # Manual trigger for testing
88permissions : read-all
99jobs :
1010 BatchFuzzing :
3636 storage-repo : https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/TokTok/toktok-fuzzer.git
3737 storage-repo-branch : main # Optional. Defaults to "main"
3838 storage-repo-branch-coverage : gh-pages # Optional. Defaults to "gh-pages".
39-
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: ClusterFuzzLite cron tasks
44on :
55 schedule :
66 - cron : ' 0 16 * * *' # Once a day, after fuzzing run
7- - workflow_dispatch # Manual trigger for testing
7+ workflow_dispatch : # Manual trigger for testing
88
99permissions : read-all
1010jobs :
You can’t perform that action at this time.
0 commit comments