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 0cef07c commit 044ecb3Copy full SHA for 044ecb3
.github/workflows/_terraformEnvironmentTemplate.yml
@@ -199,7 +199,7 @@ jobs:
199
runs-on: [ubuntu-latest]
200
continue-on-error: false
201
environment: ${{ inputs.environment }}
202
- if: github.event_name == 'push' || github.event_name == 'release'
+ # if: github.event_name == 'push' || github.event_name == 'release'
203
needs: [plan]
204
concurrency:
205
group: terraform-${{ inputs.config }}-${{ inputs.environment }}
0 commit comments