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