From 668e932307d7ebaeaf9ebd7f9e15ed5f24003f9e Mon Sep 17 00:00:00 2001 From: Mario Macias Date: Tue, 21 May 2024 15:34:18 +0200 Subject: [PATCH] Remove check-ebpf-integrity from release_binaries task --- .github/workflows/release-binaries.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index 9d805052c..46f29b389 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -18,8 +18,6 @@ jobs: uses: actions/setup-go@v3 with: go-version: ${{ matrix.go }} - - name: Check eBPF integrity - run: make check-ebpf-integrity - name: Build Go release for linux/${{ matrix.arch }} run: make artifact env: