merge-gatekeeper icon indicating copy to clipboard operation
merge-gatekeeper copied to clipboard

Multiple jobs with the same name are treated as one job.

Open krukowskid opened this issue 2 years ago • 2 comments

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

image

krukowskid avatar Jan 19 '23 16:01 krukowskid