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 dd42d7e commit 02d7a2dCopy full SHA for 02d7a2d
.github/workflows/az_fnapp_deploy.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
az-fnapp-deploy:
8
name: "Azure: Build & Deploy Function App"
9
- runs-on: [self-hosted, "${{ github.event.pull_request.base.ref }}"]
+ runs-on: ubuntu-latest #[self-hosted, "${{ github.event.pull_request.base.ref }}"]
10
environment: ${{ github.event.pull_request.base.ref }}
11
env:
12
AZURE_FUNCTIONAPP_NAME: ${{ vars.AZURE_FUNCTIONAPP_NAME }}
0 commit comments