Land #885, change the trigger for running fuzzer tests

This commit is contained in:
Brent Cook 2023-07-07 04:22:35 -05:00
commit adca8a2f0a

View File

@ -1,5 +1,10 @@
name: CIFuzz
on: [pull_request]
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
Fuzzing:
runs-on: ubuntu-latest