Skip to content

Commit eaf9e32

Browse files
committed
chore: don't run coverage on dependabot commits
1 parent 2e3af9f commit eaf9e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535
jobs:
3636
codecov:
3737
name: Coverage
38-
if: github.event.pull_request.draft == false
38+
if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]'
3939
runs-on: buildjet-4vcpu-ubuntu-2204
4040
timeout-minutes: 45
4141
steps:

0 commit comments

Comments
 (0)