mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-14 21:37:20 -07:00
fix: Centralize workflow concurrency in orchestrator
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user