Skip to content

Commit 3f0d1d2

Browse files
authored
chore: don't run coverage on dependabot commits (#6348)
1 parent 9e754be commit 3f0d1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)