From d2b5d38d4f1eea1f4b25cea0326a2450908ea6e5 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 10 May 2021 09:32:16 +0200 Subject: [PATCH] Remove cifuzz (#1260) The existing of the file signifies it needs to run, so now it errors that there is nothing to run (everything is commented out). Remove the entire file. Signed-off-by: Miek Gieben --- .github/workflows/cifuzz.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/cifuzz.yml 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