From b4313acc0f6709e24561be01fcb2f39be480a357 Mon Sep 17 00:00:00 2001
From: Valery Kharseko <vharseko@3a-systems.ru>
Date: Thu, 09 Jul 2026 08:06:34 +0000
Subject: [PATCH] Add concurrency groups to GitHub Actions workflows (#721)

---
 .github/workflows/benchmark.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 4a27339..402fb34 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -49,7 +49,7 @@
   contents: read
 
 concurrency:
-  group: benchmark-${{ github.ref }}
+  group: ${{ github.workflow }}-${{ github.ref }}
   cancel-in-progress: true
 
 defaults:

--
Gitblit v1.10.0