We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad877e commit 0ee0241Copy full SHA for 0ee0241
.github/workflows/fuzz.yml
@@ -11,8 +11,6 @@ env:
11
SEEDS_RDPATH: fuzz/seed_inputs # Fuzzing seed inputs rel dir path.
12
SEEDS_FNAME: list.txt # Fuzzing seed inputs list file name.
13
on:
14
- schedule: # Production runs against default branch.
15
- - cron: '24 11 * * 0' # Run after 11:24 UTC (4:24am PDT/3:24am PST) on Sun.
16
workflow_dispatch: # Manual runs.
17
push:
18
branches:
0 commit comments