Github requires us to type job names into the UI to set the pass/fail criteria for a PR build. This makes changing job names very difficult to synchronise (you have to merge a failing PR and then fix the UI after the fact).
rust-embedded/aarch32-cpu has a single job to indicate "pass/fail", and all the other jobs feed into it. For reasons, the job is "skipped on pass, failed on fail" but the UI is fine with that.
We should do that with this repo.