build: cancel in-progress builds
Этот коммит содержится в:
родитель
4c64784724
коммит
a4599ba539
4 изменённых файлов: 16 добавлений и 0 удалений
4
.github/workflows/build-macos.yml
предоставленный
4
.github/workflows/build-macos.yml
предоставленный
|
@ -7,6 +7,10 @@ on:
|
|||
- dev
|
||||
- release
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build-macos:
|
||||
name: build-macos
|
||||
|
|
4
.github/workflows/docker.yml
предоставленный
4
.github/workflows/docker.yml
предоставленный
|
@ -7,6 +7,10 @@ on:
|
|||
push:
|
||||
branches: [ dev, fix-docker-llvm-build ]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
name: build-push-dev
|
||||
|
|
4
.github/workflows/linux.yml
предоставленный
4
.github/workflows/linux.yml
предоставленный
|
@ -7,6 +7,10 @@ on:
|
|||
- dev
|
||||
- release
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build-linux:
|
||||
# Build Linux binaries, ready for release.
|
||||
|
|
4
.github/workflows/windows.yml
предоставленный
4
.github/workflows/windows.yml
предоставленный
|
@ -7,6 +7,10 @@ on:
|
|||
- dev
|
||||
- release
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build-windows:
|
||||
runs-on: windows-2022
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче