ci: correct concurrency group for downstream

This commit is contained in:
Christian Clason
2026-01-22 18:37:55 +01:00
committed by Christian Clason
parent 62dad2a60a
commit 511e5ccf40

View File

@@ -9,7 +9,7 @@ on:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-generate-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs: