Separate PR and manual test concurrency

This commit is contained in:
Jeppe Bundgaard
2026-06-14 20:37:05 +02:00
parent 298fc0e04b
commit b8c3758714
+1 -1
View File
@@ -13,7 +13,7 @@ permissions:
contents: read
concurrency:
group: frontend-tests-${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
group: frontend-tests-${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs: