There is a new pull request by tornaria against master on the void-packages repository https://github.com/tornaria/void-packages build-check-extra https://github.com/void-linux/void-packages/pull/47887 Allow build & check packages in addition to changed templates To use, add "[ci check pkg1 pkg2 ...]" in PR title or body. The idea is that sometimes I change some package but I want to test if another package (depending on the changed package) builds and checks ok (example #47610, or when updating ipython / cython / etc try build&check sagemath to see everything is fine, etc). The implementation is just passing the pr title and body in the environment and have changed_templates.sh scan these for "[ci check ...]" #### Testing the changes - I tested the changes in this PR: **YES** See: https://github.com/tornaria/void-packages/actions/runs/7310706260/job/19919574047 A patch file from https://github.com/void-linux/void-packages/pull/47887.patch is attached