diff options
Diffstat (limited to '.github/workflows/oss-fuzz.yml')
| -rw-r--r-- | .github/workflows/oss-fuzz.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/oss-fuzz.yml b/.github/workflows/oss-fuzz.yml index 1f91cb08d..bc3676a70 100644 --- a/.github/workflows/oss-fuzz.yml +++ b/.github/workflows/oss-fuzz.yml @@ -2,11 +2,7 @@ # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. name: oss-fuzz -# The action is broken, disable for now. -# https://github.com/google/oss-fuzz/issues/3670 -on: - pull_request: - branches-ignore: '**' +on: [pull_request] jobs: Fuzzing: runs-on: ubuntu-latest |
