Skip to content

Commit 83f063b

Browse files
committed
Enable deployment for iac
1 parent bf5adb4 commit 83f063b

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
@@ -40,7 +40,7 @@ jobs:
4040
uses: ./.github/workflows/_terraformApplyTemplate.yml
4141
name: "Terraform Apply"
4242
needs: [terraform_plan_dev]
43-
if: github.event_name == 'push' || github.event_name == 'release'
43+
# if: github.event_name == 'push' || github.event_name == 'release'
4444
with:
4545
environment: "dev"
4646
terraform_version: "1.4.6"

0 commit comments

Comments
 (0)