mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Cancel in progress builds when new action starts
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -8,6 +8,10 @@ on:
|
|||||||
release:
|
release:
|
||||||
types: [ published ]
|
types: [ published ]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
COMPILER_IMAGE: stashapp/compiler:5
|
COMPILER_IMAGE: stashapp/compiler:5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user