merge-gatekeeper
merge-gatekeeper copied to clipboard
Multiple jobs with the same name are treated as one job.
Hi there, I am using reusable workflows and most of the workflows trigger the same set of jobs like
- build-and-test / build
- build-and-test / terraform-plan (prd, xwrd)
- build-and-test / terraform-plan (dev, xwrd)
- check-prstats / stats
It turns out that merge-gatekeeper v1.2.0 treats jobs with a common name as one job, and if one workflow succeeds while others are still running, it returns success. If any workflow fail before the first success then it returns failure