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.
1 parent 5c9bdde commit bc290f0Copy full SHA for bc290f0
.github/workflows/main.yml
@@ -82,7 +82,7 @@ jobs:
82
command: make e2e-pat
83
- name: codecov
84
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # 2.1.0
85
- if: ${{ github.event_name != 'pull_request' }}
+ if: ${{ github.event_name != 'pull_request' || github.actor != 'dependabot[bot]' }}
86
with:
87
files: "*e2e-coverage.out"
88
verbose: true
0 commit comments