Improve concurrency group

This commit is contained in:
Matthias 2023-05-11 10:45:17 +02:00 committed by GitHub
parent a74a081e61
commit 3ba1eb6baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ on:
- cron: '0 5 * * 4'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}${{ github.head_ref }}
cancel-in-progress: true
permissions:
repository-projects: read