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 8a6e740 commit 8c96782Copy full SHA for 8c96782
.github/workflows/test.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: "Upload coverage to Codecov"
81
uses: codecov/[email protected]
82
- if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot'
+ if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot' && matrix.python-version == '3.9'
83
with:
84
token: ${{ secrets.CODECOV_TOKEN }}
85
fail_ci_if_error: true
0 commit comments