Cancel old CI jobs when a new push is done. (#2362)
This commit is contained in:
Родитель
ca9d8b9192
Коммит
3e7334fa9c
|
@ -5,6 +5,10 @@ on:
|
|||
pull_request:
|
||||
push:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
||||
test-windows-core:
|
||||
|
|
Загрузка…
Ссылка в новой задаче