fix: change docker concurrency group to allow multiple deployments to different branches (#1687)

This commit is contained in:
Meier Lukas
2024-12-17 19:55:01 +01:00
committed by GitHub
parent 2b5ed83de3
commit 93abe8f6a2

View File

@@ -29,7 +29,8 @@ env:
IMAGE_NAME: ${{ github.repository }}
TURBO_TELEMETRY_DISABLED: 1
concurrency: production
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
jobs:
release: