.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 GitHub
parent 22a474b93b
commit e63d8142dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: