Cancel in progress builds when new action starts

This commit is contained in:
WithoutPants 2021-09-21 12:05:46 +10:00 committed by GitHub
parent 3e526a49a4
commit f3c8407c40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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