mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-05-24 20:55:18 +00:00
85047eab08
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>