mirror of
https://github.com/prometheus/prometheus
synced 2024-12-23 23:13:11 +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
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'go.sum'
|
||||
- 'go.mod'
|
||||
- '**.go'
|
||||
jobs:
|
||||
Fuzzing:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user