Skip to content

Commit

Permalink
Merge pull request #11736 from greg0ire/avoid-coverage-upload
Browse files Browse the repository at this point in the history
Avoid coverage upload for merge up pull requests
  • Loading branch information
greg0ire authored Nov 28, 2024
2 parents 7c0eebe + 38c6569 commit 4bda514
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@ jobs:
upload_coverage:
name: "Upload coverage to Codecov"
runs-on: "ubuntu-22.04"
# Only run on PRs from forks
if: "github.event.pull_request.head.repo.full_name != github.repository"
needs:
- "phpunit-smoke-check"
- "phpunit-postgres"
Expand Down

0 comments on commit 4bda514

Please sign in to comment.