Files
meshcore-analyzer/.github/workflows
Kpa-clawbot 85047eab08 ci: deploy-go no longer waits for node-test or deploy-node
Go staging now deploys immediately after build completes, in parallel
with Node staging. Both test suites still gate the build job.

Before:
  go-test + node-test → build → deploy-node → deploy-go

After:
  go-test + node-test → build → deploy-node (parallel)
                                 deploy-go  (parallel)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-27 13:34:22 -07:00
..