1 min read
Vercel now builds multiple commits to the same branch at the same time when On-Demand Concurrent Builds is enabled.
Previously, a new commit would wait for the previous build on that branch to finish before starting. This update eliminates that queue, allowing commits to start building as soon as they arrive.
Visit the On-demand concurrent builds documentation to learn more.