Skip to content

Commit

Permalink
don't run coverall in forks
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisv2 committed Oct 9, 2024
1 parent 3608925 commit f721f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
isort .
black .
- name: Report to coverall # by the package as the action is broken, but won't work on external forks!
if: matrix.python-version == 3.7
if: matrix.python-version == 3.7 && github.repository == 'jonasundderwolf/django-image-cropping'
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
Expand Down

0 comments on commit f721f9b

Please sign in to comment.