Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, Zebra made ci-success a required check for merges to main. And then we made ci-success depend on a bunch of other CI checks. But this doesn't work as expected, because if the dependent checks fail, ci-success is skipped, and the branch protection rules allow the branch to be merged to main.
- Loading branch information