We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a49984 commit 36ea33aCopy full SHA for 36ea33a
.github/workflows/check.yml
@@ -213,7 +213,7 @@ jobs:
213
type: js_utils
214
215
- name: Remove generated clients
216
- 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-') }}
217
run: |
218
cd ${{ matrix.client.path }}/packages
219
ls | grep -v -E "(client-common|requester-*|algoliasearch)" | xargs rm -rf
0 commit comments