Skip to content

Commit 044ecb3

Browse files
committed
Test apply
1 parent 0cef07c commit 044ecb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_terraformEnvironmentTemplate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
runs-on: [ubuntu-latest]
200200
continue-on-error: false
201201
environment: ${{ inputs.environment }}
202-
if: github.event_name == 'push' || github.event_name == 'release'
202+
# if: github.event_name == 'push' || github.event_name == 'release'
203203
needs: [plan]
204204
concurrency:
205205
group: terraform-${{ inputs.config }}-${{ inputs.environment }}

0 commit comments

Comments
 (0)