From 917f22f884ca28f2496e68200ee71012bd1134ae Mon Sep 17 00:00:00 2001 From: Cole Miller Date: Mon, 20 Oct 2025 21:29:19 -0400 Subject: [PATCH] Don't auto-release preview (#40728) This feels a bit dangerous as long as we have the split releases problem Release Notes: - N/A --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8a587895aaf747f89fb4b93ece8e3b51deb076c..a56f028efc7a94c4b80e10db70d977fafe7c7638 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -847,7 +847,8 @@ jobs: auto-release-preview: name: Auto release preview if: | - startsWith(github.ref, 'refs/tags/v') + false + && startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, '-pre') && !endsWith(github.ref, '.0-pre') needs: [bundle-mac, bundle-linux-x86_x64, bundle-linux-aarch64, bundle-windows-x64] runs-on: