Introducing organizational controls and SSO for Render Enterprise.

Learn more
May 12, 2025
New

Skip auto-deploying if CI checks fail

You can now configure your service to skip its automatic deploy whenever code changes cause your repo's CI checks to fail.

In the Render Dashboard, go to your service's Settings page and set Auto-Deploy to After CI Checks Pass:

Configuring a service's auto-deploy setting in the Render Dashboard
Configuring a service's auto-deploy setting in the Render Dashboard

Depending on your Git provider, Render detects CI check results from the following:

  • GitHub Actions, along with providers that integrate with the GitHub Checks API
  • GitLab CI/CD Pipelines
  • Bitbucket Pipelines

Render triggers an auto-deploy only if all detected checks pass.

Learn more in the documentation.