.github/workflows: temporarily disable broken oss-fuzz action

Updates #11064
Updates #11058

Change-Id: I63acc13dece3379a0b2df573afecfd245b7cd6c2
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
pull/11066/head
Brad Fitzpatrick 3 months ago committed by Brad Fitzpatrick
parent 2bd3c1474b
commit c424e192c0

@ -14,7 +14,7 @@ env:
# This variable toggles the fuzz job between two modes:
# - false: we expect fuzzing to be happy, and should report failure if it's not.
# - true: we expect fuzzing is broken, and should report failure if it start working.
TS_FUZZ_CURRENTLY_BROKEN: false
TS_FUZZ_CURRENTLY_BROKEN: true
on:
push:

Loading…
Cancel
Save