From 6e968fd23c76e0676d29776ff48bd583ad1e1839 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Wed, 19 Nov 2025 17:09:41 -0500 Subject: [PATCH] chore(infra): disable integration tests temporarily when releasing v0.3 (#34040) Temporarily disable running tests against latest published packages with core 0.3 as the latest published packages only work with core>1.0 --- .github/workflows/_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index f4c1a2e9d6e..70f7caa296e 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -376,6 +376,7 @@ jobs: test-prior-published-packages-against-new-core: # Installs the new core with old partners: Installs the new unreleased core # alongside the previously published partner packages and runs integration tests + if: github.ref != 'refs/heads/v0.3' needs: - build - release-notes