We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JuliaCollections/SortingAlgorithms.jl#61
The text was updated successfully, but these errors were encountered:
.yml file: https://github.com/JuliaCollections/SortingAlgorithms.jl/blob/ab7106bf8d25c5d784451cde59e8eef95687a16d/.github/workflows/Invalidations.yml
Sorry, something went wrong.
And here the checks fail when the number of invalidations got reduced:
JuliaStrings/InlineStrings.jl#77
I'm quite sure the issue is that in the
if: steps.invs_pr.outputs.total > steps.invs_default.outputs.total run: exit 1
line of the script the comparison is a string comparison and not a numerical comparison.
I am not sure this check has ever worked...
Successfully merging a pull request may close this issue.
JuliaCollections/SortingAlgorithms.jl#61
The text was updated successfully, but these errors were encountered: