diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c48df5..9e181b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,6 +146,7 @@ jobs: - name: Pytest Coverage Comment uses: MishaKav/pytest-coverage-comment@v1.2.0 + if: github.event_name == 'pull_request' with: pytest-coverage-path: ./pytest-coverage.txt junitxml-path: ./pytest.xml