Skip to content

Commit 37e6a06

Browse files
committed
Remove manual trigger for verify_maven_central_deployment
1 parent d4c774e commit 37e6a06

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -908,8 +908,6 @@ verify_maven_central_deployment:
908908
when: never
909909
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
910910
when: on_success
911-
- when: manual
912-
allow_failure: true
913911
cache: # Cache is used to signal between the override_verify_maven_central and verify_maven_central_deployment jobs
914912
- key: $CI_PIPELINE_ID-OVERRIDE_SIGNAL
915913
paths:

0 commit comments

Comments
 (0)