Skip to content

Commit 274491e

Browse files
committed
Enable condition for function workflow
1 parent c01a6f4 commit 274491e

File tree

2 files changed

+1
-69
lines changed

2 files changed

+1
-69
lines changed

.github/workflows/_functionAppDeployTemplate copy.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

.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)