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 030b547 commit f73c320Copy full SHA for f73c320
1 file changed
.github/workflows/_terraformEnvironmentTemplate.yml
@@ -101,7 +101,7 @@ jobs:
101
environment: ${{ inputs.environment }}
102
needs: [lint]
103
concurrency:
104
- group: terraform-${{ inputs.config }}-${{ inputs.environment }}
+ group: terraform-${{ inputs.config }}-${{ inputs.environment }}-${{ github.event_name == 'schedule' || github.event_name == 'release' }}
105
cancel-in-progress: false
106
107
env:
@@ -199,7 +199,7 @@ jobs:
199
if: github.event_name == 'push' || github.event_name == 'release'
200
needs: [plan]
201
202
203
204
205
0 commit comments