]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
cifuzz: protect forks from CIFuzz
authorEvgeny Vereshchagin <evvers@ya.ru>
Tue, 19 May 2020 05:58:14 +0000 (07:58 +0200)
committerEvgeny Vereshchagin <evvers@ya.ru>
Tue, 19 May 2020 06:12:07 +0000 (08:12 +0200)
CIFuzz isn't compatible with forks: https://github.com/google/oss-fuzz/issues/3731

.github/workflows/main.yml

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