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-linux:
# Build Linux binaries, ready for release.