We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24aa69 commit d05a0cbCopy full SHA for d05a0cb
.github/workflows/_release.yml
@@ -385,6 +385,7 @@ jobs:
385
test-prior-published-packages-against-new-core:
386
# Installs the new core with old partners: Installs the new unreleased core
387
# alongside the previously published partner packages and runs integration tests
388
+ if: false
389
needs:
390
- build
391
- release-notes
@@ -475,7 +476,7 @@ jobs:
475
476
477
- test-pypi-publish
478
- pre-release-checks
- - test-prior-published-packages-against-new-core
479
+ # - test-prior-published-packages-against-new-core
480
runs-on: ubuntu-latest
481
permissions:
482
# This permission is used for trusted publishing:
0 commit comments