On Fri, Sep 29, 2023 at 7:11 AM Daniel Gustafsson <dan...@yesql.se> wrote: > > > On 29 Sep 2023, at 11:13, Peter Eisentraut <pe...@eisentraut.org> wrote: > > > Does anyone have an idea how to manage this better? Is there maybe a way > > to globally set "only trigger manually", or could we make one? > > On my personal repo I only build via doing pull-requests, such that I can > control when and what is built and rate-limit myself that way. Using the > Github CLI client it's quite easy to script "push-and-build". Not sure if > it's > better, it's just what I got used to from doing personal CI on Github before > we > had Cirrus support in the tree.
It is not a global configuration solution, but I just add an empty ci-os-only: tag to my commit messages so it doesn't trigger CI. I'm sure this is not what you are looking for, though - Melanie