Skip to content

Commit

Permalink
Only upload test coverage on non-fork
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Nov 1, 2024
1 parent c26a928 commit ad9db16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: "Run test suite"
run: "composer test"
- name: Upload coverage to Codecov
if: github.event.pull_request.head.repo.full_name == 'samsonasik/ArrayLookup'
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit ad9db16

Please sign in to comment.