Skip to content

Commit cbb15f9

Browse files
committed
Allow manual trigger for job
1 parent 1bb367d commit cbb15f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,8 @@ get_github_token:
814814
when: never
815815
# - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
816816
# when: on_success
817+
- when: manual
818+
allow_failure: true
817819

818820
script:
819821
- dd-octo-sts version
@@ -837,6 +839,8 @@ deploy_artifacts_to_github:
837839
when: never
838840
# - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
839841
# when: on_success
842+
- when: manual
843+
allow_failure: true
840844
# Requires the deploy_to_maven_central job to have run first (the UP-TO-DATE gradle check across jobs is broken)
841845
# This will deploy the artifacts built from the publishToSonatype task to the GitHub release
842846
needs:

0 commit comments

Comments
 (0)