Skip to content

ClusterFuzzLite cron tasks #1039

ClusterFuzzLite cron tasks

ClusterFuzzLite cron tasks #1039

Workflow file for this run

name: ClusterFuzzLite cron tasks
on:
schedule:
- cron: '0 0 * * *'
permissions: read-all
jobs:
Pruning:
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
id: build
uses: google/clusterfuzzlite/actions/build_fuzzers@v1
- name: Run Fuzzers
id: run
uses: google/clusterfuzzlite/actions/run_fuzzers@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
fuzz-seconds: 600
mode: 'prune'