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 c9f09cd commit 4fa7938Copy full SHA for 4fa7938
.github/workflows/az_fnapp_deploy.yml
@@ -8,7 +8,6 @@ jobs:
8
name: "Azure: Build & Deploy Function App"
9
runs-on: [self-hosted, "${{ github.event.pull_request.base.ref }}"]
10
environment: ${{ github.event.pull_request.base.ref }}
11
- if: ${{ vars.TF_DESTROY != '-destroy' && github.event.pull_request.merged == 'true' }}
12
env:
13
AZURE_FUNCTIONAPP_NAME: ${{ vars.AZURE_FUNCTIONAPP_NAME }}
14
AZURE_FUNCTIONAPP_PACKAGE_PATH: ${{ vars.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
0 commit comments