Skip to content
← Back to Changelog

Monday, July 22nd 2024

Automatically skip unnecessary deployments in monorepos

Posted by

Avatar for tknickman

Tom Knickman

Software Engineer

Avatar for gaspar09

Gaspar Garcia

Software Engineer

Avatar for mehulkar

Mehul Kar

Software Engineer

Avatar for nicholaslyang

Nicholas Yang

Turborepo Core Team

Avatar for dimitropoulos

Dimitri Mitropoulos

Software Engineer

Vercel now automatically skip builds for unchanged code in your monorepo.

Projects without changes in their source code (or the source code of internal dependencies) will be skipped, reducing build queuing and improving the time to deployment for affected projects.

This feature is powered by Turborepo, and works with any monorepo using workspaces. For more advanced customization, like canceling builds based on branches, you can configure an Ignored Build Step.

Learn more about skipping unaffected projects.

Post