Skip to content

Commit 0e5ffb1

Browse files
kai687shortcuts
andauthoredAug 20, 2024
fix(specs): broken link (#3559)
Co-authored-by: shortcuts <vannicattec@gmail.com>
1 parent 2d92723 commit 0e5ffb1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.github/workflows/check.yml

+1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ jobs:
220220
run: cd clients/algoliasearch-client-javascript && yarn test ${{ !contains(fromJSON(needs.setup.outputs.JAVASCRIPT_DATA).toRun, 'algoliasearch') && '--ignore algoliasearch' || '' }}
221221

222222
- name: Test JavaScript bundle size
223+
if: ${{ startsWith(env.head_ref, 'chore/prepare-release-') }}
223224
run: cd clients/algoliasearch-client-javascript && yarn test:size
224225

225226
- name: Remove previous CTS output

‎specs/search/paths/objects/deleteBy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ post:
99
This operation doesn't accept empty queries or filters.
1010
1111
It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse),
12-
and then delete the records using the [`batch` operation](tag/Records/operation/batch).
12+
and then delete the records using the [`batch` operation](#tag/Records/operation/batch).
1313
parameters:
1414
- $ref: '../../../common/parameters.yml#/IndexName'
1515
requestBody:

0 commit comments

Comments
 (0)