fix: syntax error introduced in 8bf37994fd

This commit is contained in:
sudden6 2022-02-13 18:36:36 +01:00
parent 8bf37994fd
commit d429d35756
No known key found for this signature in database
GPG Key ID: 279509B499E032B9
2 changed files with 2 additions and 3 deletions

View File

@ -4,7 +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
workflow_dispatch: # Manual trigger for testing
permissions: read-all
jobs:
BatchFuzzing:
@ -36,4 +36,3 @@ jobs:
storage-repo: https://${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/TokTok/toktok-fuzzer.git
storage-repo-branch: main # Optional. Defaults to "main"
storage-repo-branch-coverage: gh-pages # Optional. Defaults to "gh-pages".

View File

@ -4,7 +4,7 @@ name: ClusterFuzzLite cron tasks
on:
schedule:
- cron: '0 16 * * *' # Once a day, after fuzzing run
- workflow_dispatch # Manual trigger for testing
workflow_dispatch: # Manual trigger for testing
permissions: read-all
jobs: