Event-name for concurrency group?

This commit is contained in:
Matthias
2023-05-11 10:50:09 +02:00
committed by GitHub
parent 1ec1abdc33
commit bd6d4d5d2d

View File

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