build: cancel in-progress builds

This commit is contained in:
Yurii Soldak
2022-06-16 13:27:12 +02:00
committed by Ron Evans
parent 4c64784724
commit a4599ba539
4 changed files with 16 additions and 0 deletions
+4
View File
@@ -7,6 +7,10 @@ on:
- dev
- release
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-macos:
name: build-macos
+4
View File
@@ -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
View File
@@ -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
View File
@@ -7,6 +7,10 @@ on:
- dev
- release
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-windows:
runs-on: windows-2022