We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1081b3 + 262173a commit ec63be0Copy full SHA for ec63be0
1 file changed
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
--cov-report=xml
41
42
- name: Upload coverage to Codecov
43
- if: success() && (runner.os == 'Linux' && matrix.python-version == 3.9)
+ if: success() && (github.event_name == 'push' && runner.os == 'Linux' && matrix.python-version == 3.9)
44
uses: codecov/codecov-action@v4
45
with:
46
fail_ci_if_error: true
0 commit comments