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 e88406b commit 13e7370Copy full SHA for 13e7370
.github/workflows/terraform.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: ./.github/workflows/_terraformApplyTemplate.yml
39
name: "Terraform Apply"
40
needs: [terraform_plan_dev]
41
- # if: github.event_name == 'push' || github.event_name == 'release'
+ if: github.event_name == 'push' || github.event_name == 'release'
42
with:
43
environment: "dev"
44
terraform_version: "1.4.6"
0 commit comments