Skip to content

Commit

Permalink
cifuzz: protect forks from CIFuzz
Browse files Browse the repository at this point in the history
CIFuzz isn't compatible with forks: google/oss-fuzz#3731
  • Loading branch information
evverx committed May 19, 2020
1 parent 34d16ba commit f636814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Build Fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
if: github.repository == 'systemd/systemd'
with:
oss-fuzz-project-name: 'systemd'
dry-run: false
Expand Down

0 comments on commit f636814

Please sign in to comment.