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:
@@ -19,7 +19,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
shellcheck:
|
shellcheck:
|
||||||
runs-on: docker
|
runs-on: light
|
||||||
# The -alpine variant, not koalaman/shellcheck:stable. That one is built
|
# 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
|
# FROM scratch with shellcheck as the entrypoint and no shell at all, so a
|
||||||
# job cannot run a script in it.
|
# job cannot run a script in it.
|
||||||
|
|||||||
Reference in New Issue
Block a user