Skip to content

Commit e338fd1

Browse files
VIA-598 Set concurrency to prevent multiple deploy/acceptance actions running at the same time
1 parent e58602b commit e338fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd-3-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
name: ${{ github.event.inputs.environment }}
7373
timeout-minutes: 20
7474
concurrency:
75-
group: dev-env
75+
group: "${{ github.event.inputs.environment }}-env"
7676
cancel-in-progress: false
7777
permissions:
7878
id-token: write

0 commit comments

Comments
 (0)