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 (#581)
## Description Add one explicit `check-success` condition for each of the docker-image actions. ## Why is this needed 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. ## How Has This Been Tested? Verified to be valid using [mergify config editor](https://dashboard.mergify.com/github/tinkerbell/repo/tink/config-editor?repositoryName=tink&pullRequestNumber=563)
- Loading branch information