From ae91e9a3398647162ef182731aca1aba156b6901 Mon Sep 17 00:00:00 2001 From: Justin Flannery Date: Sat, 23 May 2026 22:40:35 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20skip=20coverage=20comment=20on?= =?UTF-8?q?=20fork=20PRs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2fc3e61a..6a3ea09a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -46,6 +46,6 @@ jobs: install: true github-token: ${{ secrets.GITHUB_TOKEN }} annotations-pytest: ${{ matrix.python == '3.12' && true || false }} - pytest-coverage: ${{ matrix.python == '3.12' && github.event_name == 'pull_request' && true || false }} + pytest-coverage: ${{ matrix.python == '3.12' && github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && true || false }} env: UV_PYTHON: ${{ matrix.python }}