cancel running runs that are obsolete

This commit is contained in:
bdbch 2024-06-27 18:12:56 +02:00
parent cfd5350fa1
commit 8b0c87d148

View File

@ -6,7 +6,9 @@ on:
- main
- develop
concurrency: ${{ github.workflow }}-${{ github.ref }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release: