From 637f7e70a522a7eef6f7696fea0b7baa481933af Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Mon, 2 Sep 2024 14:25:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20codecov=20no=20longer=20works=20?= =?UTF-8?q?on=20forks=20(#116)?= 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