try to stop same github action

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-09-07 08:52:15 +02:00
parent 0c4f4d9543
commit 138b3bde5e
2 changed files with 9 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ on:
release:
types: [published]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release:
strategy: