Block Vercel deployment promotions with Github Actions

Authors

1 min read

You can now block a deployment from being promoted to production until selected GitHub Actions complete successfully.

On Vercel, every deployment starts in a preview environment, this feature ensures that only verified builds that pass tests or other automated checks are released to production.

Deployment Checks are available for all projects connected to GitHub repositories.

Configure them in your project settings or learn more in the docs.