Skip to content

Commit 13e7370

Browse files
committed
Enable condition
1 parent e88406b commit 13e7370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: ./.github/workflows/_terraformApplyTemplate.yml
3939
name: "Terraform Apply"
4040
needs: [terraform_plan_dev]
41-
# if: github.event_name == 'push' || github.event_name == 'release'
41+
if: github.event_name == 'push' || github.event_name == 'release'
4242
with:
4343
environment: "dev"
4444
terraform_version: "1.4.6"

0 commit comments

Comments
 (0)