Skip to content

Commit 8c96782

Browse files
authored
Update test.yml (#142)
1 parent 8a6e740 commit 8c96782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

8080
- name: "Upload coverage to Codecov"
8181
uses: codecov/[email protected]
82-
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot'
82+
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot' && matrix.python-version == '3.9'
8383
with:
8484
token: ${{ secrets.CODECOV_TOKEN }}
8585
fail_ci_if_error: true

0 commit comments

Comments
 (0)