From 5e38c507c45f2af5ce4d54e300f1ffac60b9b6b2 Mon Sep 17 00:00:00 2001 From: Alesya Volosach Date: Wed, 26 Aug 2026 13:51:46 +0300 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=D1=80=D0=B0=D0=B7=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=B3=D1=80=D1=83=D0=BF=D0=BF=D0=B0=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=BE=D0=B2=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D0=BA=D0=B0=D0=B6=D0=B4=D0=BE=D0=B3=D0=BE=20PR?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr_notifications.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_notifications.yml b/.github/workflows/pr_notifications.yml index cec83b8b..aded99d7 100644 --- a/.github/workflows/pr_notifications.yml +++ b/.github/workflows/pr_notifications.yml @@ -10,7 +10,7 @@ permissions: pull-requests: write concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number }} cancel-in-progress: true jobs: