From eaf9e32b9455f2e22f61af0d44d572317d1f16b6 Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Mon, 15 Dec 2025 17:10:36 +0100 Subject: [PATCH] chore: don't run coverage on dependabot commits --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: