We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdca9bc commit 624c2e9Copy full SHA for 624c2e9
.github/workflows/functionApp.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: ./.github/workflows/_functionAppDeployTemplate.yml
27
name: "Function App Deploy"
28
needs: [function_test]
29
- if: github.event_name == 'push' || github.event_name == 'release'
+ # if: github.event_name == 'push' || github.event_name == 'release'
30
with:
31
environment: "dev"
32
python_version: "3.10"
0 commit comments