diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index af5cfa2c1e9a..c7657138b940 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -35,7 +35,7 @@ env: jobs: codecov: name: Coverage - if: github.event.pull_request.draft == false + if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]' runs-on: buildjet-4vcpu-ubuntu-2204 timeout-minutes: 45 steps: