diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-04-18 17:48:19 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-04-19 10:26:57 +0200 |
| commit | 5602faa9baa9cf76457f123f43b4e11c18517fd4 (patch) | |
| tree | 64204ebacce612bba916f693cf71184d486d5e10 /.github/workflows | |
| parent | 2152cfbcb2be527366289e08536f7acce254d3f5 (diff) | |
.github/workflows: disable OSS-Fuzz action for now
It's broken:
https://github.com/google/oss-fuzz/issues/3670
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 |
