Skip to content

Commit

Permalink
Only try to upload coverage for upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 12, 2023
1 parent 76d35fd commit ae982f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -38,6 +38,7 @@ jobs:
pytest --cov pexpect --cov-config .coveragerc
- name: Check coverage
if: github.repository_owner == 'pexpect'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit ae982f6

Please sign in to comment.