From 6395fd33e91803d09553938059d8e81b13a753d5 Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Thu, 9 Oct 2025 09:13:53 +0200 Subject: [PATCH] Temporarily disable deploy --- .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 569e44f2..cc633937 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,8 @@ jobs: release: name: Deploy needs: [ test, test-jdk8, test-oracle ] - if: github.ref == 'refs/heads/master' # only perform on latest master + # Temporarily disable deploy + if: false && github.ref == 'refs/heads/master' # only perform on latest master runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0