From 10574f5bf3268811b0909b6826a00f918bdef76f Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 27 Nov 2024 10:53:32 +0100 Subject: [PATCH] Disabling publishing to sonatype as it is failing (#5257) Co-authored-by: Simon Dumas --- .github/workflows/ci-release-sonatype.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-release-sonatype.yml b/.github/workflows/ci-release-sonatype.yml index 937b8d70b0..8f8fd89eee 100644 --- a/.github/workflows/ci-release-sonatype.yml +++ b/.github/workflows/ci-release-sonatype.yml @@ -5,7 +5,8 @@ on: workflow_dispatch: jobs: release: - if: github.event_name == 'release' + # Disabling temporarily as it is failing + if: false runs-on: ubuntu-latest timeout-minutes: 30 env: