diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cec650684..05ae96f37 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,9 @@ name: CIFuzz -on: [pull_request] +# The action is broken, disable for now. +# https://github.com/google/oss-fuzz/issues/3670 +on: + pull_request: + branches-ignore: '**' jobs: Fuzzing: runs-on: ubuntu-latest |
