Skip to content

Commit f97c0ed

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-closed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
remove:
17-
runs-on: ubuntu-latest
17+
runs-on: tenki-staging-standard-autoscale
1818
steps:
1919
- uses: azure/login@v2
2020
name: Sign in to Azure
@@ -28,4 +28,4 @@ jobs:
2828
inlineScript: |
2929
az group delete \
3030
--name ${{ env.resourceGroupName }} \
31-
--yes
31+
--yes

0 commit comments

Comments
 (0)