Skip to content

Commit 9e8dfc8

Browse files
chore: migrate runner to tenki
1 parent f97c0ed commit 9e8dfc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: ./.github/workflows/lint.yml
1717

1818
deploy:
19-
runs-on: ubuntu-latest
19+
runs-on: tenki-staging-standard-autoscale
2020
steps:
2121
- uses: actions/[email protected]
2222
- uses: azure/login@v2
@@ -44,4 +44,4 @@ jobs:
4444
environmentType=Test
4545
- name: Show website hostname
4646
run: |
47-
echo "Access the website at this address: https://${{ steps.deploy.outputs.appServiceAppHostName }}"
47+
echo "Access the website at this address: https://${{ steps.deploy.outputs.appServiceAppHostName }}"

0 commit comments

Comments
 (0)