From 3e12bcb15cc56f1e740bd52c3e223e83670aad8d Mon Sep 17 00:00:00 2001 From: Zachary Rice Date: Tue, 29 Oct 2024 13:00:00 -0500 Subject: [PATCH] rm snifftest (#3527) --- .github/workflows/snifftest.yml | 24 ------------------------ Makefile | 3 --- 2 files changed, 27 deletions(-) delete mode 100644 .github/workflows/snifftest.yml diff --git a/.github/workflows/snifftest.yml b/.github/workflows/snifftest.yml deleted file mode 100644 index 778356971cb2..000000000000 --- a/.github/workflows/snifftest.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Snifftest - -on: - push: - tags: - - v* - branches: - - main - -permissions: - contents: read - pull-requests: read - -jobs: - Snifftest: - name: Run Snifftest - runs-on: ubuntu-latest - steps: - - uses: actions/setup-go@v5 - with: - go-version: "1.23" - - uses: actions/checkout@v4 - - name: Run Snifftest - run: make snifftest diff --git a/Makefile b/Makefile index 4f38b92d0a01..43e9a58ab587 100644 --- a/Makefile +++ b/Makefile @@ -61,8 +61,5 @@ release-protos-image: docker buildx build --push --platform=linux/amd64,linux/arm64 \ -t ${PROTOS_IMAGE} -f hack/Dockerfile.protos . -snifftest: - ./hack/snifftest/snifftest.sh - test-release: goreleaser release --clean --skip-publish --snapshot