diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml deleted file mode 100644 index 1a03dcc8..00000000 --- a/.github/workflows/cifuzz.yml +++ /dev/null @@ -1,28 +0,0 @@ -#name: CIFuzz -#on: -# pull_request: -# branches: -# - master -# paths: -# - '**.go' -#jobs: -# Fuzzing: -# runs-on: ubuntu-latest -# steps: -# - name: Build Fuzzers -# uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master -# with: -# oss-fuzz-project-name: 'go-dns' -# dry-run: false -# - name: Run Fuzzers -# uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master -# with: -# oss-fuzz-project-name: 'go-dns' -# fuzz-seconds: 300 -# dry-run: false -# - name: Upload Crash -# uses: actions/upload-artifact@v1 -# if: failure() -# with: -# name: artifacts -# path: ./out/artifacts