Skip to content

Commit 340f794

Browse files
berezovskyiCopilot
andauthored
Update maven-acceptance-manual.yml (#484)
* Update maven-acceptance-manual.yml * Fix concurrency group definition in workflow * Update .github/workflows/maven-acceptance-manual.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0f0880f commit 340f794

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/maven-acceptance-manual.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ on:
1919
description: 'comment, e.g. PR number'
2020
default: 'n/a'
2121

22+
concurrency:
23+
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.inputs.lyoRepo }}-${{ github.event.inputs.lyoBranch }}
24+
cancel-in-progress: false
25+
2226
jobs:
2327
build:
2428
runs-on: [ubuntu-latest]

0 commit comments

Comments
 (0)