Skip to content

Commit 61dd1e4

Browse files
committed
Enable conditional apply
1 parent d688b3e commit 61dd1e4

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
@@ -189,7 +189,7 @@ jobs:
189189
runs-on: self-hosted
190190
continue-on-error: false
191191
environment: ${{ inputs.environment }}
192-
# if: github.event_name == 'push' || github.event_name == 'release'
192+
if: github.event_name == 'push' || github.event_name == 'release'
193193
needs: [plan]
194194

195195
env:

0 commit comments

Comments
 (0)