Skip to content

Commit 4fa7938

Browse files
committed
fix: remove if expression
1 parent c9f09cd commit 4fa7938

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/az_fnapp_deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
name: "Azure: Build & Deploy Function App"
99
runs-on: [self-hosted, "${{ github.event.pull_request.base.ref }}"]
1010
environment: ${{ github.event.pull_request.base.ref }}
11-
if: ${{ vars.TF_DESTROY != '-destroy' && github.event.pull_request.merged == 'true' }}
1211
env:
1312
AZURE_FUNCTIONAPP_NAME: ${{ vars.AZURE_FUNCTIONAPP_NAME }}
1413
AZURE_FUNCTIONAPP_PACKAGE_PATH: ${{ vars.AZURE_FUNCTIONAPP_PACKAGE_PATH }}

0 commit comments

Comments
 (0)