Running all these unrequested jobs not only clutters the GitHub "checks" list, but also delays other jobs which actually were requested. Examples: * [2024-10-28](https://github.com/python/cpython/pull/126089) * [2024-11-18](https://github.com/python/cpython/pull/126950) * [2024-12-03](https://github.com/python/cpython/pull/127519) Until this is fixed, it can be worked around by using a regular expression like `android|ios`, as in https://github.com/python/cpython/pull/126089#issuecomment-2484436787. Possibly related: * #509