mirror of
https://github.com/systemd/systemd.git
synced 2025-09-19 01:44:42 +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:
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
|
||||
|
Reference in New Issue
Block a user