mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
fix(release): stabilize beta validation and completion (#114396)
* test(release): fix rebased validation gates * test(migrate-hermes): use canonical auth store fixture * test(secrets): reset runtime state before migration isolation * test(secrets): reload singleton graph for migration isolation * test(secrets): isolate auth migration state * fix(release): return completed validation run * docs: refresh docs map after forward-port
This commit is contained in:
committed by
GitHub
parent
d4ed57bc88
commit
3c67fcc45d
@@ -299,7 +299,7 @@ function waitForWorkflowRun(parentRunId, workflowSha) {
|
||||
}
|
||||
if (suite?.status === "completed") {
|
||||
if (suite.conclusion === "success") {
|
||||
return;
|
||||
return suite;
|
||||
}
|
||||
throw new Error(
|
||||
`Full Release Validation concluded ${String(suite.conclusion).toLowerCase()}: https://github.com/openclaw/openclaw/actions/runs/${parentRunId}`,
|
||||
|
||||
Reference in New Issue
Block a user