mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-24 21:24:05 -08: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 a new issue