Compare commits

...
2 Commits
Author SHA1 Message Date
jcoffey-dev d9c77ff5d7 Merge pull request 'ci: run socket-free jobs on the light label' (#3) from ci/light-runner into main
ci / shellcheck (push) Successful in 13s
2026-09-22 13:48:13 +00:00
jcoffey-dev 72278add0a 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.
2026-09-22 06:45:22 -07:00
+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.