Skip to content

ClusterFuzzLite cron tasks #49

ClusterFuzzLite cron tasks

ClusterFuzzLite cron tasks #49

Workflow file for this run

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