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 6
6
paths :
7
7
- " **.py"
8
8
- " code/function/**"
9
- - " .github/workflows/functionApp.yml"
10
9
11
10
pull_request :
12
11
branches :
13
12
- main
14
13
paths :
15
14
- " **.py"
16
15
- " code/function/**"
17
- - " .github/workflows/functionApp.yml"
18
16
19
17
jobs :
20
18
function_test :
28
26
uses : ./.github/workflows/_functionAppDeployTemplate.yml
29
27
name : " Function App Deploy"
30
28
needs : [function_test]
31
- # if: github.event_name == 'push' || github.event_name == 'release'
29
+ if : github.event_name == 'push' || github.event_name == 'release'
32
30
with :
33
31
environment : " dev"
34
32
python_version : " 3.10"
Original file line number Diff line number Diff line change 41
41
uses : ./.github/workflows/_terraformApplyTemplate.yml
42
42
name : " Terraform Apply"
43
43
needs : [terraform_plan_dev]
44
- # if: github.event_name == 'push' || github.event_name == 'release'
44
+ if : github.event_name == 'push' || github.event_name == 'release'
45
45
with :
46
46
environment : " dev"
47
47
terraform_version : " 1.4.6"
You can’t perform that action at this time.
0 commit comments