mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-13 21:07:00 -07:00
Fix: Remove concurrency from orchestrator.yml to resolve deadlock
This commit is contained in:
@@ -25,10 +25,6 @@ permissions:
|
||||
repository-projects: 'read'
|
||||
id-token: 'write'
|
||||
|
||||
concurrency:
|
||||
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build-and-publish:
|
||||
name: 'Build and Publish CI Bundle'
|
||||
|
||||
Reference in New Issue
Block a user