From c291abe2abc6e5d5419dc6e5c53a178b04112df0 Mon Sep 17 00:00:00 2001 From: obrusvit Date: Fri, 18 Jul 2025 12:13:16 +0200 Subject: [PATCH] ci(core): skip UI comment job on external PRs - the comment action fails when run on a PR created from a fork - see https://github.com/peter-evans/create-or-update-comment/blob/9fa92b4fea95714d51d64d8e90d8817fe499e1cb/README.md [no changelog] --- .github/workflows/core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index 99fa57472d..92b14e5fab 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -697,7 +697,7 @@ jobs: core_ui_comment: name: Post comment with UI diff URLs - if: github.event_name == 'pull_request' + if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository runs-on: ubuntu-latest needs: - param