Skip to content

Commit 5884d6a

Browse files
authored
Merge pull request #641 from vprashar2929/ci-codecov-dep
ci: skip codecov for dependabot PRs
2 parents 7a8b663 + 6ff643a commit 5884d6a

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
@@ -204,7 +204,7 @@ jobs:
204204

205205
test-and-codecov:
206206
needs: check-changes
207-
if: needs.check-changes.outputs.changes == 'true' || github.actor == 'dependabot[bot]'
207+
if: needs.check-changes.outputs.changes == 'true' && github.actor != 'dependabot[bot]'
208208
uses: ./.github/workflows/test-and-codecov.yaml
209209
secrets:
210210
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)