1 parent 3003594 commit 2612545Copy full SHA for 2612545
1 file changed
.github/workflows/trigger-integration-tests.yml
@@ -476,7 +476,7 @@ jobs:
476
github.event.action == 'closed' &&
477
github.event.pull_request.merged == true &&
478
github.event.pull_request.base.ref == 'main' &&
479
- github.event.pull_request.head.repo.fork == false
+ github.event.pull_request.head.repo.full_name == github.repository
480
# Serialize by PR so a manual re-run (e.g. recovery after the failure
481
# comment fires, or an accidental Actions "Re-run") cannot overlap with an
482
# in-flight run and double-dispatch coverage-fanout. cancel-in-progress is
0 commit comments