Especially given how long the CI takes, we have may PRs that run the CI on multiple commits at once when they are pushed close to one another. Implement the actions `concurrency` feature ([described here](https://docs.github.com/en/actions/using-jobs/using-concurrency)) to prevent this. Also see [this SO](https://stackoverflow.com/a/72408109).