Skip to content

Commit

Permalink
[tooling][gitlab] automatically trigger release candidate workflow (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
celenechang authored Nov 11, 2024
1 parent 54f43d1 commit 009f82d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -529,12 +529,11 @@ publish_nightly_workflow:
CONDUCTOR_TARGET: $CONDUCTOR_TARGET
DDR_WORKFLOW_ID: $DDR_WORKFLOW_ID

# On success, this will cause CNAB to trigger a Deployment to Release Candidate clusters
# On success, this will cause CNAB to trigger a Deployment to Release Candidate clusters and open a corresponding pull request
publish_release_candidate_workflow:
stage: deploy
rules:
- if: $CI_COMMIT_TAG
when: manual # TODO: change this to on_success when feeling confident
- when: never
needs:
- trigger_internal_operator_image
Expand Down

0 comments on commit 009f82d

Please sign in to comment.