Skip to content

Commit fdb0447

Browse files
authored
[MISC] Fix performance monitoring report in case of missing data. (#2262)
1 parent 7a8616c commit fdb0447

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/alarm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,10 @@ jobs:
272272
**dict(zip(params_name, params_repr)),
273273
"current": value_cur,
274274
"baseline_last": None,
275+
"baseline_mean": None,
275276
"baseline_min": None,
276277
"baseline_max": None,
278+
"status": None,
277279
}
278280
279281
values_prev = [

0 commit comments

Comments
 (0)