Skip to content

Commit a6a3d28

Browse files
committed
Revert group name
1 parent f73c320 commit a6a3d28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_terraformEnvironmentTemplate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
environment: ${{ inputs.environment }}
102102
needs: [lint]
103103
concurrency:
104-
group: terraform-${{ inputs.config }}-${{ inputs.environment }}-${{ github.event_name == 'schedule' || github.event_name == 'release' }}
104+
group: terraform-apply-${{ inputs.config }}-${{ inputs.environment }}
105105
cancel-in-progress: false
106106

107107
env:
@@ -199,7 +199,7 @@ jobs:
199199
if: github.event_name == 'push' || github.event_name == 'release'
200200
needs: [plan]
201201
concurrency:
202-
group: terraform-${{ inputs.config }}-${{ inputs.environment }}-${{ github.event_name == 'schedule' || github.event_name == 'release' }}
202+
group: terraform-apply-${{ inputs.config }}-${{ inputs.environment }}
203203
cancel-in-progress: false
204204

205205
env:

0 commit comments

Comments
 (0)