mirror of
https://github.com/prometheus/prometheus
synced 2025-03-01 19:21:24 +00:00
Re-introduce fuzzing in pull requests
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
b987dcc3b1
commit
bc87f37830
13
.github/workflows/fuzzing.yml
vendored
13
.github/workflows/fuzzing.yml
vendored
@ -1,11 +1,10 @@
|
||||
name: CIFuzz
|
||||
on: {}
|
||||
# Disabled for now, until we find a proper solution for vendoring.
|
||||
# pull_request:
|
||||
# paths:
|
||||
# - 'go.sum'
|
||||
# - 'go.mod'
|
||||
# - '**.go'
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'go.sum'
|
||||
- 'go.mod'
|
||||
- '**.go'
|
||||
jobs:
|
||||
Fuzzing:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user