We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442d848 commit aa25c96Copy full SHA for aa25c96
.github/workflows/ci.yml
@@ -94,7 +94,9 @@ jobs:
94
95
- name: Upload coverage reports to Codecov
96
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de
97
- if: ${{ (github.event_name == 'push' || github.event_name == 'pull_request') }}
+ if: >-
98
+ github.repository == 'python/typing_extensions'
99
+ && (github.event_name == 'push' || github.event_name == 'pull_request')
100
with:
101
token: ${{ secrets.CODECOV_ORG_TOKEN }}
102
flags: ${{ matrix.python-version }}
0 commit comments