TIL you can trigger GitHub Actions workflows in one repo via workflows in another repo with the proper access token and the repository_dispatch event. So, I can kinda build a whole CI / evaluation system in a separate repo, even make it reusable between a few different related projects.
