Browse Source

Re-introduce fuzzing in pull requests

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
pull/8483/head
Julien Pivotto 4 years ago
parent
commit
bc87f37830
  1. 13
      .github/workflows/fuzzing.yml

13
.github/workflows/fuzzing.yml

@ -1,11 +1,10 @@
name: CIFuzz name: CIFuzz
on: {} on:
# Disabled for now, until we find a proper solution for vendoring. pull_request:
# pull_request: paths:
# paths: - 'go.sum'
# - 'go.sum' - 'go.mod'
# - 'go.mod' - '**.go'
# - '**.go'
jobs: jobs:
Fuzzing: Fuzzing:
runs-on: ubuntu-latest runs-on: ubuntu-latest

Loading…
Cancel
Save