From 10f13a0ee9783b2562ce5c7d89b051d8ceca6b0d Mon Sep 17 00:00:00 2001 From: Sarah Chen Date: Fri, 26 Jun 2026 15:37:31 -0400 Subject: [PATCH] Allow Maven deployment to fail --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1937d97cc70..b2996373742 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1238,6 +1238,7 @@ deploy_to_maven_central: # Do not deploy release candidate versions - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/' when: on_success + allow_failure: true - when: manual allow_failure: true script: