ci(performance): accept optional Kova cleanup evidence (#105292)

This commit is contained in:
Peter Steinberger
2026-07-12 11:53:09 +01:00
committed by GitHub
parent 71a10846df
commit eb2669cefd
3 changed files with 4 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ describe("OpenClaw performance workflow", () => {
it("pins the Kova evaluator with release validation contracts", () => {
const workflow = readFileSync(WORKFLOW, "utf8");
const kovaRef = "4dde6b6022d94058abced883343de7ee8ce69917";
const kovaRef = "61dad0a08f5eee7c632fb104c15f9b0bb8df7987";
const install = findStep("Install OCM and Kova");
const installRun = install.run ?? "";