From dd955a939e336a5cfe99a10f4ddc7be632751527 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Tue, 22 Sep 2026 06:45:41 -0700 Subject: [PATCH] ci: run socket-free jobs on the light label 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. --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 449af70..c98e3ab 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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: -- 2.54.0