Skip to content

Commit bc290f0

Browse files
naveensrinivasanAndré Backman
authored andcommitted
🌱 Excluded dependabot from codecov (ossf#3272)
- Exclude dependabot from codecov job in main.yml [.github/workflows/main.yml] - Exclude dependabot from codecov job Signed-off-by: naveensrinivasan <[email protected]> Signed-off-by: André Backman <[email protected]>
1 parent 5c9bdde commit bc290f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
command: make e2e-pat
8383
- name: codecov
8484
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # 2.1.0
85-
if: ${{ github.event_name != 'pull_request' }}
85+
if: ${{ github.event_name != 'pull_request' || github.actor != 'dependabot[bot]' }}
8686
with:
8787
files: "*e2e-coverage.out"
8888
verbose: true

0 commit comments

Comments
 (0)