Skip to content

Commit b353ff9

Browse files
committed
Test deployment
1 parent 617db0d commit b353ff9

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
@@ -24,7 +24,7 @@ jobs:
2424
uses: ./.github/workflows/_functionAppDeployTemplate.yml
2525
name: "Function App Deploy"
2626
needs: [function_test]
27-
if: github.event_name == 'push' || github.event_name == 'release'
27+
# if: github.event_name == 'push' || github.event_name == 'release'
2828
with:
2929
environment: "dev"
3030
python_version: "3.10"

0 commit comments

Comments
 (0)