We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a47d2 commit 957312bCopy full SHA for 957312b
1 file changed
.github/workflows/fuzz.yml
@@ -1,11 +1,13 @@
1
name: Fuzz
2
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
+# NOTE(aduffy): Temporarily disabled while debugging the compress_gpu OOM so a manual run
+# can start without queueing behind an in-progress run. Restore this block afterwards.
+# concurrency:
+# # The group causes runs to queue instead of running in parallel.
+# group: fuzz
+# # 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
11
12
on:
13
schedule:
0 commit comments