1 parent 541fccc commit f836731Copy full SHA for f836731
1 file changed
.github/workflows/tests.yml
@@ -58,7 +58,7 @@ jobs:
58
pytest tests --cov moldrug --cov-report xml
59
- name: Run codacy-coverage-reporter
60
uses: codacy/codacy-coverage-reporter-action@v1.3.0
61
- if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
+ if: github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
62
with:
63
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
64
coverage-reports: coverage.xml
0 commit comments