From 72278add0a6f9007da3e2783d9a3a738fc19d2f3 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Tue, 22 Sep 2026 06:45:22 -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 8864727..358f3ab 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,7 +19,7 @@ concurrency: jobs: shellcheck: - runs-on: docker + runs-on: light # The -alpine variant, not koalaman/shellcheck:stable. That one is built # FROM scratch with shellcheck as the entrypoint and no shell at all, so a # job cannot run a script in it.