Skip to content

Commit 3b20d7f

Browse files
authored
Merge pull request #2353 from vprashar2929/ci-dep-pr
ci: skip codecov for dependabot PRs
2 parents 3fc1f44 + babed8e commit 3b20d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
test-and-codecov:
101101
needs: check-changes
102-
if: needs.check-changes.outputs.changes == 'true'
102+
if: needs.check-changes.outputs.changes == 'true' && github.actor != 'dependabot[bot]'
103103
permissions:
104104
contents: read
105105
uses: ./.github/workflows/test-and-codecov.yaml

0 commit comments

Comments
 (0)