Skip to content

Commit

Permalink
ci: only upload code coverage for the project repo (#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara authored Feb 5, 2024
1 parent 449dff5 commit 4366082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
runs-on: ubuntu-latest
needs:
- laravel-tests
if: needs.laravel-tests.outputs.diff
if: needs.laravel-tests.outputs.diff && github.repository == 'accessibility-exchange/platform'
steps:
- uses: actions/checkout@v4
- name: Fetch code coverage artifact
Expand Down

0 comments on commit 4366082

Please sign in to comment.