File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments