Skip to content

Commit

Permalink
ci/eval: fix compare label assignment (#363851)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored Dec 10, 2024
2 parents eaae2ea + 214cb79 commit ec121df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/eval/compare/utils.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec121df

Please sign in to comment.