1 parent 465695c commit 5a72ed3Copy full SHA for 5a72ed3
1 file changed
.github/workflows/trigger-integration-tests.yml
@@ -475,7 +475,8 @@ jobs:
475
github.event_name == 'pull_request' &&
476
github.event.action == 'closed' &&
477
github.event.pull_request.merged == true &&
478
- github.event.pull_request.base.ref == 'main'
+ github.event.pull_request.base.ref == 'main' &&
479
+ github.event.pull_request.head.repo.fork == false
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