fix: tighten cicd follower timing visibility
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user