This is an automated email from the ASF dual-hosted git repository. XiaoHongbo-Hope pushed a commit to branch release-0.1 in repository https://gitbox.apache.org/repos/asf/paimon-vector-index.git
commit 06500b08d8a22c34d55c5e6cbe87d543d2df290f Author: XiaoHongbo <[email protected]> AuthorDate: Sat Jun 13 15:04:48 2026 +0800 ci: deploy Java staging only for RC tags (#45) --- .github/workflows/release-java.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-java.yml b/.github/workflows/release-java.yml index 00f00d5..a87122d 100644 --- a/.github/workflows/release-java.yml +++ b/.github/workflows/release-java.yml @@ -120,7 +120,7 @@ jobs: path: target/${{ matrix.target }}/release/${{ matrix.lib_name }} deploy-staging: - if: github.repository == 'apache/paimon-vector-index' && startsWith(github.ref, 'refs/tags/') + if: github.repository == 'apache/paimon-vector-index' && startsWith(github.ref, 'refs/tags/') && contains(github.ref_name, '-rc') runs-on: ubuntu-latest needs: [build-native] steps:
