Skip to content

Commit 065cd7e

Browse files
committed
Allow publishing-gate to run when populating cache
1 parent 66991b9 commit 065cd7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -953,10 +953,10 @@ publishing-gate:
953953
stage: publish
954954
needs:
955955
- job: verify_maven_central_deployment
956-
optional: true
956+
optional: true # Required for releases only
957957
rules:
958958
- if: '$POPULATE_CACHE'
959-
when: never
959+
when: on_success
960960
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
961961
when: on_success
962962
- when: manual

0 commit comments

Comments
 (0)