mirror of https://github.com/aminya/setup-cpp
ci: limit the number of running CI runs
This commit is contained in:
parent
4f1627cf7a
commit
df26d7ef8a
|
@ -9,6 +9,10 @@ on:
|
|||
tags:
|
||||
- "*"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
runs-on: ubuntu-22.04
|
||||
|
|
Loading…
Reference in New Issue