Skip to content

Commit

Permalink
Dont run codecov on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
ThijsMaas committed Nov 24, 2023
1 parent dc68a33 commit 3ffe963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
chmod -w data/read_only.fasta
pipenv run tests
- name: Upload to Codecov
if: github.event.repository.fork == false
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 3ffe963

Please sign in to comment.