mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
chore: add manual trigger to fuzzing builds
This commit is contained in:
parent
7e1aa442ef
commit
8bf37994fd
1
.github/workflows/cflite_batch.yml
vendored
1
.github/workflows/cflite_batch.yml
vendored
|
@ -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:
|
||||
|
|
2
.github/workflows/cflite_cron.yml
vendored
2
.github/workflows/cflite_cron.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user