ci: run socket-free jobs on the light label #9

Merged
jcoffey-dev merged 1 commits from ci/light-runner into main 2026-09-22 13:54:27 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 14ccb05e52 - Show all commits
+1 -1
View File
@@ -39,7 +39,7 @@ concurrency:
jobs:
# A release tag is built and tested again before its image is published.
build:
runs-on: docker
runs-on: light
container:
image: node:22-bookworm-slim@sha256:48e4b67d85f87bd551df43704e24d252f56cc5f8e9718841aace50f19948f0f9 # 22-bookworm-slim
env:
+1 -1
View File
@@ -55,7 +55,7 @@ concurrency:
jobs:
weekly-release:
runs-on: docker
runs-on: light
container:
image: node:22-bookworm-slim@sha256:48e4b67d85f87bd551df43704e24d252f56cc5f8e9718841aace50f19948f0f9 # 22-bookworm-slim
env: