Skip to content

Commit 957312b

Browse files
committed
allow concurrent runs
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent c7a47d2 commit 957312b

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/fuzz.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: Fuzz
22

3-
concurrency:
4-
# The group causes runs to queue instead of running in parallel.
5-
group: fuzz
6-
# This ensures each run builds on the previous run's corpus discoveries rather than losing them to
7-
# failed compare-and-swap uploads.
8-
cancel-in-progress: false
3+
# NOTE(aduffy): Temporarily disabled while debugging the compress_gpu OOM so a manual run
4+
# can start without queueing behind an in-progress run. Restore this block afterwards.
5+
# concurrency:
6+
# # The group causes runs to queue instead of running in parallel.
7+
# group: fuzz
8+
# # This ensures each run builds on the previous run's corpus discoveries rather than losing them to
9+
# # failed compare-and-swap uploads.
10+
# cancel-in-progress: false
911

1012
on:
1113
schedule:

0 commit comments

Comments
 (0)