We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0168881 + fe11b6b commit cd38102Copy full SHA for cd38102
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
- run: make lint
36
- run: python setup.py --version
37
- run: make test-${{ matrix.python-version }}
38
- - if: matrix.python-version == '3.8'
+ - if: github.event_name == 'pull_request' && matrix.python-version == '3.8'
39
uses: orgoro/coverage@v3
40
with:
41
coverageFile: coverage.xml
0 commit comments