New comment by kawaiiamber on void-packages repository https://github.com/void-linux/void-packages/pull/35361#issuecomment-1046670284 Comment: Yes. You can skip CI while you're working on a package. See [CONTRIBUTING.md](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md). > Continuous Integration > Pull requests are automatically submitted for Continuous Integration (CI) testing to ensure packages build and pass their tests (on native builds) on various combinations of C library and architecture. Packages that take longer than 120 minutes or need more than 14G of storage to complete their build (for example, Firefox or the Linux kernel) will fail CI and should include [ci skip] in the PR title or body (the comment field when the PR is being opened) to avoid wasting CI builder time. You can also name PR to `[WIP] New package: mold-1.1` (the p in package is technically supposed to be lowercase) to indicate that the package is still being worked on. Executive summary: * put `[ci skip]` in your PR. * put [WIP] in PR name