diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eccaf4f4d..2f7c1d2d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -172,9 +172,6 @@ jobs: with: # If you change this, make sure to also update scripts/golangci-lint-shim.sh version: v2.4.0 - - name: errors - run: golangci-lint run - if: ${{ failure() }} upload-coverage: # List all jobs that produce coverage files needs: [unit-tests, integration-tests]