mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +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:
parent
34d16bad2d
commit
82d7a25ee6
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -18,6 +18,7 @@ on:
|
||||
jobs:
|
||||
Fuzzing:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'systemd/systemd'
|
||||
steps:
|
||||
- name: Build Fuzzers
|
||||
id: build
|
||||
|
Loading…
Reference in New Issue
Block a user