mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-21 09:13:05 -07:00
ci: add concurrency group to cancel in-progress runs
This commit is contained in:
@@ -5,6 +5,10 @@ on:
|
||||
branches:
|
||||
- 'feat/ci-bundling-revamp'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user