I currently use a selfhosted instance of Drone for my CI pipelines, but I’m wanting to use Drone Cloud for pull requests so I don’t have to run a bunch of untrusted changes to code on my own infrastructure.
Currently the things that have a CI set up for PRs are using GitHub Actions, but I’d like to just be able to use a single CI configuration everywhere, and being able to use Drone Cloud would solve such.
My GitHub account is hwittenborn
.