diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5bf5790e4b7daf02f4713d25b1017b494f88f1a..592ca0fe0cec16d3ae75ab06f3465e6d0e862a04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -882,7 +882,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: