Open h-vetinari opened 5 days ago
I think @beckermr had removed the skip checks in main
🤔 See https://github.com/conda-forge/conda-smithy/pull/2110. It looks like that file has not been rerendered in a while, though.
Yes please rerender and try again.
That feedstock currently cannot be rerendered due to https://github.com/conda-forge/conda-smithy/issues/2100. I did see it elsewhere as well, but will definitely check if a rerender solves it when I next encounter it.
I've run into the following kind of situation a few times now, where a merge commit gets skipped if the last commit on main contained
[ci skip]
etc. The following is a shortened & annotatedgit log --decorate --oneline --graph --all
from https://github.com/conda-forge/ctng-compiler-activation-feedstock/, whereIn particular, the merge after https://github.com/conda-forge/ctng-compiler-activation-feedstock/pull/131 seems to falsely determine that the job should be skipped. Presumably there's an issue with how skips get identified for merge commits, in that it wrongly picks up on the last non-merge commit on main (or something like that)?
CC @beckermr @jaimergp