always_run
This bypasses the `changed-files` check, and forces the checks to run. The release workflow sets this flag to ensure that the checks and tests are always run for a release.
Do not split up "on change" and "do the thing". Less convoluted, no catch-22 with required checks for PRs.