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
This commit is contained in:
Eugene Yurtsev
2025-11-19 17:09:41 -05:00
committed by GitHub
parent 640d85c60f
commit 6e968fd23c

View File

@@ -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