Auto-deploy from Github and CI status

Hello,
I would like to know the behaviour of Render’s auto-deploy feature when it is linked to a project which is using Github actions as a CI. So it means all commits have a CI status.

Will Render deploy all commits or only those with a green check?

Hi Nicolas,

Render currently does not take into account the CI status of the commit in Github. If you want to conditionally deploy only if the status is successful, you can disable auto-deploy and use the service’s deploy hook to deploy when your requirements have been met.

Best,

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.