Skip to content

Commit 5a72ed3

Browse files
ai: apply changes for #879 (1 review thread)
Addresses: - #3641995560 at .github/workflows/trigger-integration-tests.yml:476 Signed-off-by: peco-engineer-bot[bot] <peco-engineer-bot[bot]@users.noreply.github.com>
1 parent 465695c commit 5a72ed3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/trigger-integration-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,8 @@ jobs:
475475
github.event_name == 'pull_request' &&
476476
github.event.action == 'closed' &&
477477
github.event.pull_request.merged == true &&
478-
github.event.pull_request.base.ref == 'main'
478+
github.event.pull_request.base.ref == 'main' &&
479+
github.event.pull_request.head.repo.fork == false
479480
# Serialize by PR so a manual re-run (e.g. recovery after the failure
480481
# comment fires, or an accidental Actions "Re-run") cannot overlap with an
481482
# in-flight run and double-dispatch coverage-fanout. cancel-in-progress is

0 commit comments

Comments
 (0)