I left Github a while ago and have been relying on simple pre-push scripts in my workflow, but would like to be able to test PRs from others without putting my machine at risk. Besides codeberg and radicle (neither of which have reliable CI), I also have a build machine, where I could run CI jobs, however it is important that the CI jobs can also run locally so that external people do not require access to the build machine.
Is there a CI that can do those things (run locally and remotely)?
I use forjero with forgero runners.
Basicly 100% compatible with GitHub actions and all locally run via podman.
Strong recommend. It’s all designed to work together and everything just works.
https://forgejo.org/docs/latest/admin/runner-installation/
Isn’t Forgejo runner still in alpha though? How stable is it?
I can’t speak for general use. But use it to:
It works perfectly for me and I have not run into issues. But it might be bad for other people. I just know it works well for me.