I’m currently working on an Odoo project hosted on Odoo.sh, and every time I upload or push a new module to the branch, the CI build/test process automatically runs.
This is useful for production pipelines, but during active development, it takes quite a bit of time and slows down testing iterations.
So my question is:
- Is there a way to temporarily disable or skip the Odoo.sh CI testing process when pushing or uploading a module?
- Alternatively, can we limit the CI run to specific branches or commits (for example, only run tests on the staging or production branch)?
Any guidance, configuration tips, or best practices would be greatly appreciated.