mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 05:24:34 -07:00
Skip bundle_size job for merge_group event (#8032)
This commit is contained in:
committed by
GitHub
parent
c244cc86dd
commit
9c71d3dd64
@@ -375,6 +375,8 @@ jobs:
|
|||||||
# Check for changes in bundle size.
|
# Check for changes in bundle size.
|
||||||
bundle_size:
|
bundle_size:
|
||||||
name: 'Check Bundle Size'
|
name: 'Check Bundle Size'
|
||||||
|
if: |-
|
||||||
|
${{ github.event_name != 'merge_group' }}
|
||||||
runs-on: 'ubuntu-latest'
|
runs-on: 'ubuntu-latest'
|
||||||
permissions:
|
permissions:
|
||||||
contents: 'read' # For checkout
|
contents: 'read' # For checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user