Files
cube/.gitea/workflows
Fam Zheng 3dec5fac69
deploy cube / build-and-deploy (push) Failing after 4s
ci: runs-on ubuntu-latest(不带 :host 后缀)
act_runner 注册时只把 label 名发给 gitea('ubuntu-latest'),
':host' 后缀只在 runner 自己的 config.yaml 里用来选 executor。
workflow 用 'ubuntu-latest:host' 会一直 queued。
2026-05-04 11:26:06 +01:00
..