We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a8b663 + 6ff643a commit 5884d6aCopy full SHA for 5884d6a
.github/workflows/pr-checks.yaml
@@ -204,7 +204,7 @@ jobs:
204
205
test-and-codecov:
206
needs: check-changes
207
- if: needs.check-changes.outputs.changes == 'true' || github.actor == 'dependabot[bot]'
+ if: needs.check-changes.outputs.changes == 'true' && github.actor != 'dependabot[bot]'
208
uses: ./.github/workflows/test-and-codecov.yaml
209
secrets:
210
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments