Skip to content

Commit 28eb647

Browse files
ai: apply changes for #879 (1 review thread)
Addresses: - #3643591969 at .github/workflows/trigger-integration-tests.yml:455 Signed-off-by: peco-engineer-bot[bot] <peco-engineer-bot[bot]@users.noreply.github.com>
1 parent 365eb3b commit 28eb647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)