ci: run socket-free jobs on the light label
ci / node (pull_request) Successful in 2m28s
ci / docker-build (pull_request) Successful in 1m31s

Both runners carry `light` (host1, and host2 over the wg-hosts link), so
these jobs run on whichever host is free. Jobs that mount the docker socket
keep `runs-on: docker`, which only host1 has.
This commit is contained in:
2026-09-22 06:45:41 -07:00
parent 26cf45f502
commit dd955a939e
+1 -1
View File
@@ -34,7 +34,7 @@ concurrency:
jobs:
# -------------------------------------------------------------- test ------
node:
runs-on: docker
runs-on: light
container:
image: node:26-bookworm-slim@sha256:582460f614631b59b824ac6020533b9bf339c7fdf3a6d7db31abb6b4065f0212 # 26-bookworm-slim
env: