From 1439ed0394247f021265a6687003cfc4db3bbcc6 Mon Sep 17 00:00:00 2001 From: Mitko Tochev Date: Thu, 15 Jan 2026 22:07:54 -0500 Subject: [PATCH] only run comment step on pull_requests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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