Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mergify: Change docker-images check more explicit
The previous check was never matching because mergify was not being given the name of the matrix job, it is only given the realized name for each matrix instance. We also need to spell each matrix permuation we care about instead of `check-success~=docker-image` because mergify will happily merge once the first image build succeeds, it has not way to know it needs to wait for all of them. Signed-off-by: Manuel Mendez <[email protected]>
- Loading branch information