зеркало из https://github.com/microsoft/rnx-kit.git
ci: cancel previous builds of a PR (#2326)
This commit is contained in:
Родитель
72456638f0
Коммит
9cb5f8321c
|
@ -1,5 +1,9 @@
|
|||
name: CI
|
||||
on: pull_request
|
||||
concurrency:
|
||||
# Ensure single build of a pull request
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
jobs:
|
||||
review:
|
||||
name: "Review"
|
||||
|
|
Загрузка…
Ссылка в новой задаче