Skip to content

Commit

Permalink
Run fuzzer once a week for one hour
Browse files Browse the repository at this point in the history
-fix typo
  • Loading branch information
jmartins-ledger committed Jun 20, 2022
1 parent b8158ab commit fd92c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cflite_batch.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ClusterFuzzLite batch fuzzing
on:
schedule:
- cron: '0 21 * * *' # Every day 21.00
- cron: '1 * * * 0' # Every sunday
permissions: read-all
jobs:
BatchFuzzing:
Expand All @@ -22,7 +22,7 @@ jobs:
uses: google/clusterfuzzlite/actions/run_fuzzers@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
fuzz-seconds: 3600 # 1 hours
fuzz-seconds: 3600 # 1 hour
mode: 'batch'
sanitizer: ${{ matrix.sanitizer }}
# Optional but recommended: For storing certain artifacts from fuzzing.
Expand Down

0 comments on commit fd92c31

Please sign in to comment.