mirror of
https://github.com/stashapp/stash.git
synced 2025-12-07 08:54:10 +01:00
Cancel in progress builds when new action starts
This commit is contained in:
parent
3e526a49a4
commit
f3c8407c40
1 changed files with 4 additions and 0 deletions
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue