Skip to content

Commit 35e52e5

Browse files
committed
Update function workflow and enable dependency
1 parent bf6d67a commit 35e52e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/functionApp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: ./.github/workflows/_functionAppDeployTemplate.yml
2727
name: "Function App Deploy"
2828
needs: [function_test]
29-
# if: github.event_name == 'push' || github.event_name == 'release'
29+
if: github.event_name == 'push' || github.event_name == 'release'
3030
with:
3131
environment: "dev"
3232
python_version: "3.10"

0 commit comments

Comments
 (0)