ci/eval: fix compare label assignment

This commit is contained in:
Gaetan Lepage
2024-12-10 09:58:51 +01:00
parent db823200e6
commit 214cb79aa6

View File

@@ -113,6 +113,8 @@ rec {
"0"
else if rebuildCount <= 10 then
"1-10"
else if rebuildCount <= 100 then
"11-100"
else if rebuildCount <= 500 then
"101-500"
else if rebuildCount <= 1000 then