File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 66 paths :
77 - " **.py"
88 - " code/function/**"
9- - " .github/workflows/functionApp.yml"
109
1110 pull_request :
1211 branches :
1312 - main
1413 paths :
1514 - " **.py"
1615 - " code/function/**"
17- - " .github/workflows/functionApp.yml"
1816
1917jobs :
2018 function_test :
2826 uses : ./.github/workflows/_functionAppDeployTemplate.yml
2927 name : " Function App Deploy"
3028 needs : [function_test]
31- # if: github.event_name == 'push' || github.event_name == 'release'
29+ if : github.event_name == 'push' || github.event_name == 'release'
3230 with :
3331 environment : " dev"
3432 python_version : " 3.10"
Original file line number Diff line number Diff line change 4141 uses : ./.github/workflows/_terraformApplyTemplate.yml
4242 name : " Terraform Apply"
4343 needs : [terraform_plan_dev]
44- # if: github.event_name == 'push' || github.event_name == 'release'
44+ if : github.event_name == 'push' || github.event_name == 'release'
4545 with :
4646 environment : " dev"
4747 terraform_version : " 1.4.6"
You can’t perform that action at this time.
0 commit comments