mirror of
https://github.com/stashapp/stash.git
synced 2025-12-07 00:43:12 +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:
|
||||
types: [ published ]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
COMPILER_IMAGE: stashapp/compiler:5
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue