Skip to content

Commit 481646a

Browse files
committed
Add check only for evergreen-arm
1 parent 90df1ed commit 481646a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ jobs:
342342
needs: [initialize, build]
343343
runs-on: ubuntu-latest
344344
name: Check Binary Sizes
345-
if: contains(fromJson(needs.initialize.outputs.build_configs), 'gold') # Only run if gold is built
345+
if: startsWith(matrix.platform, 'evergreen-arm') && contains(fromJson(needs.initialize.outputs.build_configs), 'gold')
346346
steps:
347347
- name: Restore CI Essentials
348348
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)