From a27b6eb72b703985a8b35a2602079c57a059edff Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Mon, 22 Dec 2025 12:17:24 +0100 Subject: [PATCH 1/2] Modify concurrency group in workflow file Updated concurrency group to include lyoRepo and lyoBranch inputs. --- .github/workflows/maven-acceptance-manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-acceptance-manual.yml b/.github/workflows/maven-acceptance-manual.yml index ade873a..ac4bc3b 100644 --- a/.github/workflows/maven-acceptance-manual.yml +++ b/.github/workflows/maven-acceptance-manual.yml @@ -11,7 +11,7 @@ on: description: 'PR/issue link (e.g., to Lyo)' concurrency: - group: ${{ github.workflow }}-${{ github.ref }} + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.inputs.lyoRepo }}-${{ github. event.inputs.lyoBranch }} cancel-in-progress: ${{ github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main' }} jobs: From daee21f72de9736b9b7b29058c0e44bad5f5b5a4 Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Mon, 22 Dec 2025 12:19:22 +0100 Subject: [PATCH 2/2] Update maven-acceptance-manual.yml --- .github/workflows/maven-acceptance-manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-acceptance-manual.yml b/.github/workflows/maven-acceptance-manual.yml index ac4bc3b..d8e7525 100644 --- a/.github/workflows/maven-acceptance-manual.yml +++ b/.github/workflows/maven-acceptance-manual.yml @@ -11,7 +11,7 @@ on: description: 'PR/issue link (e.g., to Lyo)' concurrency: - group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.inputs.lyoRepo }}-${{ github. event.inputs.lyoBranch }} + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.inputs.lyoRepo }}-${{ github.event.inputs.lyoBranch }} cancel-in-progress: ${{ github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main' }} jobs: