Add a snippet based on the example in https://docs.github.com/en/actions/using-jobs/using-concurrency#example-only-cancel-in-progress-jobs-or-runs-for-the-current-workflow to all CI workflows to cancel the currently running build when a new one starts. This should ensure that we don't keep building the old version of the PR after a new one has been pushed. |
||
|---|---|---|
| .. | ||
| ci.yml | ||
| ci_cmake.yml | ||
| ci_mac.yml | ||
| ci_mac_xcode.yml | ||
| ci_msw.yml | ||
| ci_msw_cross.yml | ||
| code_checks.yml | ||
| docs_update.yml | ||
| make_release.yml | ||
| no_response.yml | ||