Skip to content

Commit b596c83

Browse files
authored
ci: use hosted runners (#13987)
hosted runners can now reach Serge directly without creating a tailscale session
1 parent 9a72cd3 commit b596c83

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

.github/workflows/serge_review.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,9 @@ jobs:
4646
concurrency:
4747
group: claude-ai-review-${{ github.event.issue.number || github.event.pull_request.number }}
4848
cancel-in-progress: false
49-
# A clean GitHub-hosted runner (not the self-hosted VPN group, whose
50-
# pre-existing tailscaled collided with the action's own daemon). The
51-
# Tailscale step below joins this runner to the tailnet so
52-
# https://serge.huggingface.tech/ is reachable.
53-
runs-on: ubuntu-latest
49+
runs-on:
50+
group: aws-general-8-plus
5451
steps:
55-
- name: Connect to Tailscale
56-
uses: tailscale/github-action@v4
57-
with:
58-
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID_AI_REVIEW }}
59-
oauth-secret: ${{ secrets.TS_AUDIENCE_AI_REVIEW }}
60-
tags: tag:ci
61-
args: --accept-dns=false
62-
6352
- name: Relay event to the Serge GitHub App
6453
env:
6554
WEBHOOK_URL: https://serge.huggingface.tech/webhook

0 commit comments

Comments
 (0)