.github/workflows/cmake.yml:cancel in progress jobs if newer job is started (#248)

This commit is contained in:
Andy Alt 2022-08-14 16:41:35 -05:00 committed by Rampoina
parent ebb0a5c731
commit 5b443a4c08
1 changed files with 11 additions and 8 deletions

View File

@ -1,4 +1,7 @@
name: CMake
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
on:
push: