Skip to content

Commit

Permalink
ci: fix GHA's rebuild-xxx: 5001+ labels (#360754)
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil authored Dec 1, 2024
2 parents dcfddbf + a06822c commit 5128594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/eval/compare.jq
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def diff($before; $after):
elif .value <= 5000 then
"2501-5000"
else
"5000+"
"5001+"
end
)
)

0 comments on commit 5128594

Please sign in to comment.