cifuzz: protect forks from CIFuzz

CIFuzz isn't compatible with forks: https://github.com/google/oss-fuzz/issues/3731
This commit is contained in:
Evgeny Vereshchagin 2020-05-19 07:58:14 +02:00
parent 34d16bad2d
commit 82d7a25ee6
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ on:
jobs:
Fuzzing:
runs-on: ubuntu-latest
if: github.repository == 'systemd/systemd'
steps:
- name: Build Fuzzers
id: build