Can I merge if build not succseeded

Hello,
I use drone to build, test and deploy my application.

If I get a merge request the drone pipeline starts. I have a backwards compatibility check in subgraphs. In such cases the build is unsuccessful. And I want to be able to merge when my backwards compatibility is broken in schema. Will I be able to merge with a unsuccessful build?

Yes, you can. If you have owner permission of this repository, you can merge it with your magic power. Or you can remove the requirement of protected branch status check.

1 Like