Skip to content

Commit 624c2e9

Browse files
committed
Test deployment
1 parent bdca9bc commit 624c2e9

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)