Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMerge Azure Pipelines build and test jobs #5610
Conversation
Originally the separation existed because there were multiple branches, and only one of them was protected by PRs. So broken commits could land and differentiating from broken build or tests was useful. This is not true anymore and PRs checks are per pipeline, not per job, so the separation wouldn't make a difference.
|
Please squash-merge when you are ready. Thanks! |
Originally the separation existed because there were multiple branches,
and only one of them was protected by PRs.
So broken commits could land and differentiating from broken build
or tests was useful.
This is not true anymore and PRs checks are per pipeline, not per job,
so the separation wouldn't make a difference.