mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-05-24 09:38:34 +00:00
Skip bundle_size job for merge_group event (#8032)
This commit is contained in:
parent
c244cc86dd
commit
9c71d3dd64
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -375,6 +375,8 @@ jobs:
|
|||
# Check for changes in bundle size.
|
||||
bundle_size:
|
||||
name: 'Check Bundle Size'
|
||||
if: |-
|
||||
${{ github.event_name != 'merge_group' }}
|
||||
runs-on: 'ubuntu-latest'
|
||||
permissions:
|
||||
contents: 'read' # For checkout
|
||||
|
|
|
|||
Loading…
Reference in a new issue