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 b4210bb commit 4559f16Copy full SHA for 4559f16
.github/workflows/functionApp.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: ./.github/workflows/_functionAppDeployTemplate.yml
27
name: "Function App Deploy"
28
needs: [function_test]
29
- # if: github.event_name == 'push' || github.event_name == 'release'
+ if: github.event_name == 'push' || github.event_name == 'release'
30
with:
31
environment: "dev"
32
python_version: "3.10"
.github/workflows/terraform.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: ./.github/workflows/_terraformApplyTemplate.yml
41
name: "Terraform Apply"
42
needs: [terraform_plan_dev]
43
44
45
46
terraform_version: "1.4.6"
0 commit comments