fix: tighten cicd follower timing visibility

This commit is contained in:
Codex
2026-07-03 12:42:06 +00:00
parent 5d6edbdfe4
commit 5e513990dd
5 changed files with 77 additions and 12 deletions
@@ -100,6 +100,7 @@ function compactTimings(timings) {
totalSeconds: numberOrNull(value.totalSeconds),
totalStatus: stringOrNull(value.totalStatus),
totalSource: stringOrNull(value.totalSource),
sourceCommit: stringOrNull(value.sourceCommit),
startedAt: stringOrNull(value.startedAt),
finishedAt: stringOrNull(value.finishedAt),
overBudget: typeof value.overBudget === "boolean" ? value.overBudget : null,