diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 463a69fe80..3bc1cbc141 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -220,6 +220,7 @@ jobs: run: cd clients/algoliasearch-client-javascript && yarn test ${{ !contains(fromJSON(needs.setup.outputs.JAVASCRIPT_DATA).toRun, 'algoliasearch') && '--ignore algoliasearch' || '' }} - name: Test JavaScript bundle size + if: ${{ startsWith(env.head_ref, 'chore/prepare-release-') }} run: cd clients/algoliasearch-client-javascript && yarn test:size - name: Remove previous CTS output diff --git a/specs/search/paths/objects/deleteBy.yml b/specs/search/paths/objects/deleteBy.yml index e459e980c0..1ad65e7eb0 100644 --- a/specs/search/paths/objects/deleteBy.yml +++ b/specs/search/paths/objects/deleteBy.yml @@ -9,7 +9,7 @@ post: This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), - and then delete the records using the [`batch` operation](tag/Records/operation/batch). + and then delete the records using the [`batch` operation](#tag/Records/operation/batch). parameters: - $ref: '../../../common/parameters.yml#/IndexName' requestBody: