Cancel old CI jobs when a new push is done. (#2362)

This commit is contained in:
Tim Cassell 2023-07-09 08:49:55 -04:00 коммит произвёл GitHub
Родитель ca9d8b9192
Коммит 3e7334fa9c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 0 удалений

4
.github/workflows/run-tests.yaml поставляемый
Просмотреть файл

@ -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: