Don't auto-release preview (#40728)

This feels a bit dangerous as long as we have the split releases problem

Release Notes:

- N/A
This commit is contained in:
Cole Miller
2025-10-20 21:29:19 -04:00
committed by GitHub
parent 36c006828e
commit 917f22f884
+2 -1
View File
@@ -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: