ci: run socket-free jobs on the light label
ci / shellcheck (pull_request) Successful in 11s

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:22 -07:00
parent ef954ce1e2
commit 72278add0a
+1 -1
View File
@@ -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.