crawlee-python icon indicating copy to clipboard operation
crawlee-python copied to clipboard

[CI] Handle scenario where release can be made from commit with failing checks

Open Pijukatel opened this issue 10 months ago • 0 comments

If tip of master contains commit with [skip ci] , then checks are not needed for release. In majority of cases [skip ci] commit follows 100% green checks commit, but in rare cases it can follow a commit that had some failed checks. Make sure that such commit can not be released.

For example see: Image

Pijukatel avatar Jan 31 '25 14:01 Pijukatel