File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -804,6 +804,7 @@ get_github_token:
804804 stage : publish
805805 image : registry.ddbuild.io/images/dd-octo-sts-ci-base:v68058725-73f34e7-2025.06-1
806806 tags : [ "arch:amd64" ]
807+ needs : [] # DEBUG: No dependencies - can run immediately
807808
808809 id_tokens :
809810 DDOCTOSTS_ID_TOKEN :
@@ -814,7 +815,7 @@ get_github_token:
814815 when : never
815816 # - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
816817 # when: on_success
817- - when : manual
818+ - when : manual # DEBUG: Allow manual trigger
818819 allow_failure : true
819820
820821 script :
@@ -839,7 +840,7 @@ deploy_artifacts_to_github:
839840 when : never
840841 # - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
841842 # when: on_success
842- - when : manual
843+ - when : manual # DEBUG: Allow manual trigger
843844 allow_failure : true
844845 # Requires the deploy_to_maven_central job to have run first (the UP-TO-DATE gradle check across jobs is broken)
845846 # This will deploy the artifacts built from the publishToSonatype task to the GitHub release
You can’t perform that action at this time.
0 commit comments