From fb551b82f5c874ae8185a6efc9dfa55bf6e61e00 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Mon, 2 Sep 2024 14:22:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20codecov=20no=20longer=20work=20o?= =?UTF-8?q?n=20forks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 15b6ac3..1351185 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,6 +47,7 @@ jobs: pytest --cov=mdit_py_plugins --cov-report=xml --cov-report=term-missing - name: Upload to Codecov uses: codecov/codecov-action@v3 + if: github.event.pull_request.head.repo.full_name == github.repository with: token: ${{ secrets.CODECOV_TOKEN }} name: mdit-py-plugins-pytests