Skip to content

Commit f15598a

Browse files
authored
Fix nightly pipeline (#9368)
* Add stage for publishing-gate * Allow publishing-gate to run when populating cache
1 parent 1d77102 commit f15598a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -950,12 +950,13 @@ verify_maven_central_deployment:
950950
done
951951
952952
publishing-gate:
953+
stage: publish
953954
needs:
954955
- job: verify_maven_central_deployment
955-
optional: true
956+
optional: true # Required for releases only
956957
rules:
957958
- if: '$POPULATE_CACHE'
958-
when: never
959+
when: on_success
959960
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
960961
when: on_success
961962
- when: manual

0 commit comments

Comments
 (0)