mirror of
https://github.com/hanzoai/base.git
synced 2026-08-06 20:32:09 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user