Commit f370b48
ci: fix self-hosted runner label and drop unused Vercel config (#284)
Two CI/CD hygiene fixes:
1. CI jobs have been queueing indefinitely (no successful ci.yml run
since 2026-02-16) because commit e8d3edd expanded the ARC v2 scale-set
label into separate tokens: `[self-hosted, sylphx, linux, standard]`.
No runner registers all four labels, so nothing matched. Other Sylphx
repos (spiron, sylphx-ai) use the single hyphenated scale-set name.
Restore `[self-hosted, sylphx-linux-standard]` to match.
2. Remove vercel.json and the stale README coverage badge that linked to
a dead *.vercel.app URL. Docs hosting moved to the Sylphx Platform
(sylphx.toml); Vercel is no longer used. The codecov badge already
covers the coverage metric.
Note: the Vercel commit-status check itself originates from the Vercel
GitHub App integration and must be disconnected in the Vercel/GitHub App
settings — it can't be removed from the repo alone.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3dc2d0c commit f370b48
3 files changed
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
This file was deleted.
0 commit comments