fix(ci): key concurrency by ref instead of sha

This commit is contained in:
Peter Steinberger
2026-02-16 09:42:47 +01:00
parent f9419e26bb
commit 025d4152d1

View File

@@ -6,7 +6,7 @@ on:
pull_request:
concurrency:
group: ci-${{ github.event.pull_request.number || github.sha }}
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs: