From c64bb2a10ff314dee2ff7ce4dd1b47e8e071e5e7 Mon Sep 17 00:00:00 2001 From: Anton Standrik Date: Wed, 15 Jul 2026 21:08:16 +0300 Subject: [PATCH] fix: skip pr description update for forks --- .github/workflows/quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index d2ab370485..df906f1024 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -199,7 +199,7 @@ jobs: update_pr: name: Update PR Description needs: [merge_reports, bundle_size] - if: always() && github.event_name == 'pull_request' + if: always() && github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository runs-on: ubuntu-latest permissions: pull-requests: write