mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
Skip bundle_size job for merge_group event (#8032)
This commit is contained in:
committed by
GitHub
parent
c244cc86dd
commit
9c71d3dd64
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
|
||||
|
||||
Reference in New Issue
Block a user