Skip to content

Commit 37051d5

Browse files
authored
Merge pull request doctrine#11739 from doctrine/2.20.x
Merge 2.20.x up into 2.21.x
2 parents 4563f2f + 4bda514 commit 37051d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,8 @@ jobs:
363363
upload_coverage:
364364
name: "Upload coverage to Codecov"
365365
runs-on: "ubuntu-22.04"
366+
# Only run on PRs from forks
367+
if: "github.event.pull_request.head.repo.full_name != github.repository"
366368
needs:
367369
- "phpunit-smoke-check"
368370
- "phpunit-postgres"

0 commit comments

Comments
 (0)