We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0168881 commit fe11b6bCopy full SHA for fe11b6b
.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