mirror of
https://github.com/systemd/systemd.git
synced 2025-03-25 18:50:18 +03:00
cifuzz: run only for relevant PRs
Fuzz only PRs with relevant changes (source code and fuzzer corpora) to save resources.
This commit is contained in:
parent
f2a8372e37
commit
94f660a8fe
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -3,7 +3,15 @@
|
||||
# See: https://google.github.io/oss-fuzz/getting-started/continuous-integration/
|
||||
|
||||
name: CIFuzz
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '**/meson.build'
|
||||
- '.github/workflows/**'
|
||||
- 'meson_options.txt'
|
||||
- 'src/**'
|
||||
- 'test/fuzz/**'
|
||||
- 'tools/oss-fuzz.sh'
|
||||
jobs:
|
||||
Fuzzing:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user