ci: runs-on ultix — fleet runner label scoping [#784]
ci / lint (push) Failing after 27s

Runner is label-scoped to this fleet; other repos' ubuntu-latest
jobs no longer land on it.
https://projects.knownelement.com/issues/784
This commit is contained in:
2026-09-04 12:13:35 -05:00
parent 4f54635b33
commit 5629bc9b4b
+1 -1
View File
@@ -6,7 +6,7 @@ on:
branches: [dev, release]
jobs:
lint:
runs-on: ubuntu-latest
runs-on: ultix
container:
image: node:20-bookworm
steps: