From: Evgeny Vereshchagin Date: Tue, 19 May 2020 05:58:14 +0000 (+0200) Subject: cifuzz: protect forks from CIFuzz X-Git-Tag: v246-rc1~338^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82d7a25ee64d6a582c72355931a481f11f852ec7;p=thirdparty%2Fsystemd.git cifuzz: protect forks from CIFuzz CIFuzz isn't compatible with forks: https://github.com/google/oss-fuzz/issues/3731 --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ee5dd098e9b..b46b1d619e2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,6 +18,7 @@ on: jobs: Fuzzing: runs-on: ubuntu-latest + if: github.repository == 'systemd/systemd' steps: - name: Build Fuzzers id: build