Skip to content

Commit 2a1d035

Browse files
committed
ci: migrate to flat runner labels [self-hosted, sylphx, {platform}, {size}]
New canonical format separates platform and size as independent flat labels. Backward-compatible: old compound labels still work during transition. Old: sylphx-linux-xlarge, sylphx-standard, [self-hosted, macOS, X64], etc. New: [self-hosted, sylphx, linux, xlarge], [self-hosted, sylphx, macos, standard], etc.
1 parent 811fc65 commit 2a1d035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wiki-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
publish-wiki:
17-
runs-on: sylphx-linux-standard
17+
runs-on: [self-hosted, sylphx, linux, standard]
1818
steps:
1919
- uses: actions/checkout@v4
2020

0 commit comments

Comments
 (0)