crawlee-python
crawlee-python copied to clipboard
[CI] Handle scenario where release can be made from commit with failing checks
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: