cancel running runs that are obsolete

This commit is contained in:
bdbch 2024-06-27 18:12:56 +02:00
parent 359d808c48
commit d78370dd92

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: