From 7852a72c8cc9582f4c152e01633bc50f63bd5ae3 Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Mon, 22 Dec 2025 12:17:04 +0100 Subject: [PATCH 1/3] Update maven-acceptance-manual.yml --- .github/workflows/maven-acceptance-manual.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/maven-acceptance-manual.yml b/.github/workflows/maven-acceptance-manual.yml index f0fab358..b380f4e5 100644 --- a/.github/workflows/maven-acceptance-manual.yml +++ b/.github/workflows/maven-acceptance-manual.yml @@ -19,6 +19,10 @@ on: description: 'comment, e.g. PR number' default: 'n/a' +concurrency: + 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: build: runs-on: [ubuntu-latest] From 18fafde71ae51bd7dcb8407dc0b21811c04208d6 Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Mon, 22 Dec 2025 12:19:11 +0100 Subject: [PATCH 2/3] Fix concurrency group definition in workflow --- .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 b380f4e5..fc27e9ff 100644 --- a/.github/workflows/maven-acceptance-manual.yml +++ b/.github/workflows/maven-acceptance-manual.yml @@ -20,7 +20,7 @@ on: default: 'n/a' 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: From 6eff0f1e639603a0211e9c262fb0f1525d4683a7 Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Mon, 22 Dec 2025 12:28:52 +0100 Subject: [PATCH 3/3] Update .github/workflows/maven-acceptance-manual.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .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 fc27e9ff..40394f18 100644 --- a/.github/workflows/maven-acceptance-manual.yml +++ b/.github/workflows/maven-acceptance-manual.yml @@ -21,7 +21,7 @@ on: concurrency: 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' }} + cancel-in-progress: false jobs: build: