Disable fuzzing

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto 2021-02-10 21:05:30 +01:00
parent 000d7edec9
commit b5edda7cc5
1 changed files with 7 additions and 6 deletions

View File

@ -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