Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop the stability checker running on multiple commits on master.
The stability checker tried to work out which commits to test by looking at all the commits on the current branch that aren't on another branch. But if the current branch is e.g. master then this will produce many more commits than intended. To fix this use the merge-base with master when it's closer to HEAD than the last commit not on another branch.
- Loading branch information