From 4c9ead020e7b503b480a273c767a3c24432701ec Mon Sep 17 00:00:00 2001 From: Luca Forstner Date: Thu, 30 Apr 2026 13:56:23 +0200 Subject: [PATCH] ci: Remove api compatibility check from required checks --- .github/workflows/checks.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index bbdc3d1dc..bec88aa51 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -459,7 +459,6 @@ jobs: - js-test - js-build - e2e-hermetic - - js-api-compatibility - js-smoke-discover - js-smoke-test - temporal-js @@ -492,7 +491,6 @@ jobs: check_result "js-test" "${{ needs.js-test.result }}" check_result "js-build" "${{ needs.js-build.result }}" check_result "e2e-hermetic" "${{ needs.e2e-hermetic.result }}" - check_result "js-api-compatibility" "${{ needs.js-api-compatibility.result }}" check_result "js-smoke-discover" "${{ needs.js-smoke-discover.result }}" check_result "js-smoke-test" "${{ needs.js-smoke-test.result }}" check_result "temporal-js" "${{ needs.temporal-js.result }}"