Skip to content

Commit f73c320

Browse files
committed
Update group for concurrency
1 parent 030b547 commit f73c320

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 }}
104+
group: terraform-${{ inputs.config }}-${{ inputs.environment }}-${{ github.event_name == 'schedule' || github.event_name == 'release' }}
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 }}
202+
group: terraform-${{ inputs.config }}-${{ inputs.environment }}-${{ github.event_name == 'schedule' || github.event_name == 'release' }}
203203
cancel-in-progress: false
204204

205205
env:

0 commit comments

Comments
 (0)