Introduction
Long-running pipelines slow down development and waste resources. Keeping pipelines fast helps deliver changes quickly and keeps your team productive.
When your build takes too long and blocks other work
When you want to get quick feedback on code changes
When you want to save cloud or server costs by reducing pipeline runtime
When you want to run multiple tests in parallel to speed up validation
When you want to avoid unnecessary steps for small changes