File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 43
43
runs-on : [self-hosted]
44
44
continue-on-error : false
45
45
environment : ${{ inputs.environment }}
46
+ concurrency :
47
+ group : function-${{ inputs.function_name }}-${{ inputs.environment }}
48
+ cancel-in-progress : false
46
49
47
50
steps :
48
51
# Check Out Repository
Original file line number Diff line number Diff line change @@ -100,6 +100,9 @@ jobs:
100
100
continue-on-error : false
101
101
environment : ${{ inputs.environment }}
102
102
needs : [lint]
103
+ concurrency :
104
+ group : terraform-apply-${{ inputs.config }}-${{ inputs.environment }}
105
+ cancel-in-progress : false
103
106
104
107
env :
105
108
ARM_TENANT_ID : ${{ inputs.tenant_id }}
@@ -195,6 +198,9 @@ jobs:
195
198
environment : ${{ inputs.environment }}
196
199
if : github.event_name == 'push' || github.event_name == 'release'
197
200
needs : [plan]
201
+ concurrency :
202
+ group : terraform-apply-${{ inputs.config }}-${{ inputs.environment }}
203
+ cancel-in-progress : false
198
204
199
205
env :
200
206
ARM_TENANT_ID : ${{ inputs.tenant_id }}
Original file line number Diff line number Diff line change 8
8
- " code/infra/**"
9
9
- " config/**"
10
10
- " .github/workflows/terraform.yml"
11
+ - " .github/workflows/_terraformEnvironmentTemplate.yml"
11
12
12
13
pull_request :
13
14
branches :
17
18
- " code/infra/**"
18
19
- " config/**"
19
20
- " .github/workflows/terraform.yml"
21
+ - " .github/workflows/_terraformEnvironmentTemplate.yml"
20
22
21
23
jobs :
22
24
terraform_dev :
You can’t perform that action at this time.
0 commit comments