-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
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
False positives in skip check (after merge on top of skipped commit) #2139
Comments
I think @beckermr had removed the skip checks in |
Yes please rerender and try again. |
That feedstock currently cannot be rerendered due to #2100. I did see it elsewhere as well, but will definitely check if a rerender solves it when I next encounter it. |
Another example that wrongly gets skipped (though this case is arguably hard to avoid, because |
Yeah and "Revert" could legitimately be part of a commit one would want to skip Ci for too. There is nothing we can do about this one unless we can get GitHub to read our minds. |
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 conda-forge/ctng-compiler-activation-feedstock#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
The text was updated successfully, but these errors were encountered: