fix: Centralize workflow concurrency in orchestrator

This commit is contained in:
mkorwel
2025-10-22 12:27:39 -07:00
parent ce0bed07c6
commit dc2aa1ead7
4 changed files with 4 additions and 10 deletions
-5
View File
@@ -3,11 +3,6 @@ name: 'Testing: CI'
on:
workflow_call:
concurrency:
group: 'ci-${{ github.workflow }}-${{ github.head_ref || github.ref }}'
cancel-in-progress: |-
${{ github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/heads/release/') }}
permissions:
checks: 'write'
contents: 'read'