From 6a383ecfb767c80c9fa63c7708b25e568a4ebfec Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 20 Mar 2021 08:28:03 +0100 Subject: .github/workflows: re-enable oss-fuzz It's claimed to be fixed: https://github.com/google/oss-fuzz/issues/3670 --- .github/workflows/oss-fuzz.yml | 6 +----- 1 file changed, 1 insertion(+), 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 -- cgit mrf-deployment