From 442862bdb89290d1b965dfd9eb445eb6f2e815fb Mon Sep 17 00:00:00 2001 From: Kai Welke Date: Tue, 20 Aug 2024 14:51:53 +0200 Subject: [PATCH 1/2] fix: hash in link --- specs/search/paths/objects/deleteBy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From 6ea0b7d8645f945e37635e81406964d7b92d043d Mon Sep 17 00:00:00 2001 From: shortcuts Date: Tue, 20 Aug 2024 15:12:27 +0200 Subject: [PATCH 2/2] chore: check bundle size on releases only --- .github/workflows/check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index fc199d4df3..46649a48ad 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