We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3542974 commit 8b4cbc8Copy full SHA for 8b4cbc8
.github/workflows/build_and_deploy.yaml
@@ -30,10 +30,6 @@ on:
30
type: boolean
31
default: false
32
33
-concurrency:
34
- group: ${{ github.workflow }}-${{ github.ref }}
35
- cancel-in-progress: false
36
-
37
env:
38
SERVICE_NAME: test-world
39
ECR_REPOSITORY: bitovi-devops-training-ec2-gha-example-simple-ecr-ecr
@@ -83,6 +79,9 @@ jobs:
83
79
ECS-Mana:
84
80
name: Build and Deploy
85
81
runs-on: ubuntu-latest
82
+ concurrency:
+ group: ${{ github.workflow }}-deploy-${{ inputs.environment }}
+ cancel-in-progress: false
86
environment: ${{ inputs.environment }}
87
steps:
88
- name: Checkout
0 commit comments