Skip to content

Commit 8b4cbc8

Browse files
committed
Go a
1 parent 3542974 commit 8b4cbc8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build_and_deploy.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ on:
3030
type: boolean
3131
default: false
3232

33-
concurrency:
34-
group: ${{ github.workflow }}-${{ github.ref }}
35-
cancel-in-progress: false
36-
3733
env:
3834
SERVICE_NAME: test-world
3935
ECR_REPOSITORY: bitovi-devops-training-ec2-gha-example-simple-ecr-ecr
@@ -83,6 +79,9 @@ jobs:
8379
ECS-Mana:
8480
name: Build and Deploy
8581
runs-on: ubuntu-latest
82+
concurrency:
83+
group: ${{ github.workflow }}-deploy-${{ inputs.environment }}
84+
cancel-in-progress: false
8685
environment: ${{ inputs.environment }}
8786
steps:
8887
- name: Checkout

0 commit comments

Comments
 (0)