ci: only cancel same worklow

This commit is contained in:
jo 2022-02-09 11:47:33 +01:00 committed by Jonas L
parent 864df4874b
commit 328e36168d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ on:
branches: [main]
concurrency:
group: ${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: