We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11bdaf commit 637f7e7Copy full SHA for 637f7e7
‎.github/workflows/tests.yml
@@ -47,6 +47,7 @@ jobs:
47
pytest --cov=mdit_py_plugins --cov-report=xml --cov-report=term-missing
48
- name: Upload to Codecov
49
uses: codecov/codecov-action@v3
50
+ if: github.event.pull_request.head.repo.full_name == github.repository
51
with:
52
token: ${{ secrets.CODECOV_TOKEN }}
53
name: mdit-py-plugins-pytests
0 commit comments