1
0
mirror of https://github.com/systemd/systemd.git synced 2025-09-15 13:44:41 +03:00

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

View File

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