Skip to content

Commit

Permalink
fix: change docker concurrency group to allow multiple deployments to…
Browse files Browse the repository at this point in the history
… different branches (#1687)
  • Loading branch information
Meierschlumpf authored Dec 17, 2024
1 parent 2b5ed83 commit 93abe8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ env:
IMAGE_NAME: ${{ github.repository }}
TURBO_TELEMETRY_DISABLED: 1

concurrency: production
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}

jobs:
release:
Expand Down

0 comments on commit 93abe8f

Please sign in to comment.