Skip to content

Commit 0ee0241

Browse files
authored
Remove scheduled fuzzer runs (#2479)
Now that the fuzzer consistently runs on any merge to main that edits the compiler (#498), we don't really need the scheduled runs.
1 parent 3ad877e commit 0ee0241

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/fuzz.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ env:
1111
SEEDS_RDPATH: fuzz/seed_inputs # Fuzzing seed inputs rel dir path.
1212
SEEDS_FNAME: list.txt # Fuzzing seed inputs list file name.
1313
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.
1614
workflow_dispatch: # Manual runs.
1715
push:
1816
branches:

0 commit comments

Comments
 (0)