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
|
name: CIFuzz
|
||||||
on:
|
on: {}
|
||||||
pull_request:
|
# Disabled for now, until we find a proper solution for vendoring.
|
||||||
paths:
|
# pull_request:
|
||||||
- 'go.sum'
|
# paths:
|
||||||
- 'go.mod'
|
# - 'go.sum'
|
||||||
- '**.go'
|
# - 'go.mod'
|
||||||
|
# - '**.go'
|
||||||
jobs:
|
jobs:
|
||||||
Fuzzing:
|
Fuzzing:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue