Skip to content

Commit

Permalink
chore: add manual trigger to fuzzing builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sudden6 committed Feb 13, 2022
1 parent 7e1aa44 commit 8bf3799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cflite_batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/cflite_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8bf3799

Please sign in to comment.