Skip to content

Commit 02d7a2d

Browse files
committed
perf: use ubuntu-latest for az fnapp deploy
1 parent dd42d7e commit 02d7a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/az_fnapp_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
az-fnapp-deploy:
88
name: "Azure: Build & Deploy Function App"
9-
runs-on: [self-hosted, "${{ github.event.pull_request.base.ref }}"]
9+
runs-on: ubuntu-latest #[self-hosted, "${{ github.event.pull_request.base.ref }}"]
1010
environment: ${{ github.event.pull_request.base.ref }}
1111
env:
1212
AZURE_FUNCTIONAPP_NAME: ${{ vars.AZURE_FUNCTIONAPP_NAME }}

0 commit comments

Comments
 (0)