aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2021-03-20 08:28:03 +0100
committerDmitry Vyukov <dvyukov@google.com>2021-03-25 08:32:11 +0100
commit6a383ecfb767c80c9fa63c7708b25e568a4ebfec (patch)
tree13fb1d3dfb59525848e119db915e1e09aefedc34 /.github
parent607e3baf1c25928040d05fc22eff6fce7edd709e (diff)
.github/workflows: re-enable oss-fuzz
It's claimed to be fixed: https://github.com/google/oss-fuzz/issues/3670
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/oss-fuzz.yml6
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