Skip to content

Commit 9ad8c27

Browse files
committed
fix js utils
1 parent 4822dcf commit 9ad8c27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,9 @@ jobs:
199199
with:
200200
type: specs
201201

202+
# Always download the utils for js, in case they changed we want to include them in the zip
202203
- name: Download JavaScript utils artifacts
203-
if: ${{ matrix.client.language == 'javascript' && steps.cache.outputs.cache-hit != 'true' }}
204+
if: ${{ matrix.client.language == 'javascript' }}
204205
uses: ./.github/actions/restore-artifacts
205206
with:
206207
type: js_utils

0 commit comments

Comments
 (0)