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

Merged
jcoffey-dev merged 1 commits from ci/light-runner into main 2026-09-22 13:51:42 +00:00
Showing only changes of commit 0f52bd498a - Show all commits
+2 -2
View File
@@ -32,7 +32,7 @@ concurrency:
jobs:
test:
runs-on: docker
runs-on: light
container:
image: golang:1.26-bookworm@sha256:a688600ca24f8a4d3ca77f95b0dd40704a9fc787c826660eb7ba0b641b8b175d # 1.26-bookworm
steps:
@@ -47,7 +47,7 @@ jobs:
release:
if: startsWith(github.ref, 'refs/tags/')
needs: [test]
runs-on: docker
runs-on: light
container:
image: golang:1.26-bookworm@sha256:a688600ca24f8a4d3ca77f95b0dd40704a9fc787c826660eb7ba0b641b8b175d # 1.26-bookworm
steps: