We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7ced1 commit 1320647Copy full SHA for 1320647
.github/workflows/check.yml
@@ -239,7 +239,7 @@ jobs:
239
run: yarn cli build clients ${{ matrix.client.language }} ${{ matrix.client.toRun }}
240
241
- name: Test JavaScript bundle size
242
- if: ${{ steps.cache.outputs.cache-hit != 'true' && matrix.client.language == 'javascript' }}
+ if: ${{ steps.cache.outputs.cache-hit != 'true' && matrix.client.language == 'javascript' && startsWith(env.head_ref, 'chore/prepare-release-') }}
243
run: cd ${{ matrix.client.path }} && yarn test:size
244
245
- name: Run JavaScript 'algoliasearch' client tests
0 commit comments