ci/eval: fix compare label assignment (#363851)

This commit is contained in:
Jörg Thalheim
2024-12-10 10:06:17 +01:00
committed by GitHub
+2
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