ci: scope labeler concurrency to the pull request

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2026-04-14 09:55:14 +02:00
parent 51d374bd4b
commit ee3fc2e4a0
+1 -1
View File
@@ -4,7 +4,7 @@ permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
on: