mirror of
https://github.com/prometheus/prometheus
synced 2025-01-11 17:19:45 +00:00
Restrict fuzzing on go paths
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
4a4ea309b6
commit
7bc48123e5
7
.github/workflows/fuzzing.yml
vendored
7
.github/workflows/fuzzing.yml
vendored
@ -1,5 +1,10 @@
|
|||||||
name: CIFuzz
|
name: CIFuzz
|
||||||
on: [pull_request]
|
on:
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- 'go.sum'
|
||||||
|
- 'go.mod'
|
||||||
|
- '**.go'
|
||||||
jobs:
|
jobs:
|
||||||
Fuzzing:
|
Fuzzing:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user