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/build.yml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8b1a33b..994d0eb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -19,6 +19,10 @@
branches: [ 'sustaining/4.10.x','master', 'issues/**', 'features/**' ]
pull_request:
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
+ cancel-in-progress: true
+
jobs:
build-maven:
runs-on: ${{ matrix.os }}
--
Gitblit v1.10.0