ci: target a runner pool that exists

runs-on was `hanzo-linux-amd64`, which matches NO registered runner scale set.
The pools that exist are hanzo-build-linux-amd64, hanzo-apps-build-linux-amd64,
hanzo-deploy-linux-amd64, hanzo-docs-build-linux-amd64, hanzobot-*, zap-proto-*,
zenlm-*, zoo-*. A job requesting a label nothing serves queues forever and never
runs — silently, with no failure to notice.

This is why the native pipeline never produced images. Eleven repos shared the
identical typo. Switched to hanzo-build-linux-amd64, the pool hanzoai/cloud
already builds on successfully.
This commit is contained in:
zeekay
2026-07-25 23:42:40 -07:00
parent 1ac6c4638f
commit 720dea79a3
+1 -1
View File
@@ -4,7 +4,7 @@ on:
branches: [main]
jobs:
deploy:
runs-on: hanzo-linux-amd64
runs-on: hanzo-build-linux-amd64
steps:
- uses: actions/checkout@v4
- name: Build + push image