diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4a60389a7..e15680879 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -94,7 +94,7 @@ jobs: working-directory: src - name: Check coverage regression - if: github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/v') + if: github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/v') && github.actor != 'dependabot[bot]' run: | if [ ! -f coverage-main/coverage.txt ]; then echo "No main coverage baseline found, skipping comparison"