Disable fuzzing
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
000d7edec9
commit
b5edda7cc5
|
@ -1,10 +1,11 @@
|
|||
name: CIFuzz
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'go.sum'
|
||||
- 'go.mod'
|
||||
- '**.go'
|
||||
on: {}
|
||||
# Disabled for now, until we find a proper solution for vendoring.
|
||||
# pull_request:
|
||||
# paths:
|
||||
# - 'go.sum'
|
||||
# - 'go.mod'
|
||||
# - '**.go'
|
||||
jobs:
|
||||
Fuzzing:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue