How to switch from automated build to manual?

Looks like if a repo is configured for automated build, it would not allow manual push. Is it not possible to switch the repo to use manual build? Tried disabling “activate auto build” option but it still fails on manual push.

Is the only option to create a new repo for manual push? Thanks!

You cannot push manually to the Automated Build, irrespective of whether you check or uncheck “Activate Auto Build”. This option merely means, your build is automatically triggered (or not) when you push your code changes in your Github/Bitbucket.

Unfortunately, for now the only option is to create a new repo for the manual push.