Skip bundle_size job for merge_group event (#8032)

This commit is contained in:
Christie Warwick (Wilson) 2025-09-08 12:58:26 -07:00 committed by GitHub
parent c244cc86dd
commit 9c71d3dd64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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