Skip to content

Commit

Permalink
[gitlab] fix condition to run release candidate workflow (#1462) (#1483)
Browse files Browse the repository at this point in the history
* [gitlab] fix condition to run release candidate workflow (#1462)
  • Loading branch information
celenechang authored Oct 24, 2024
1 parent d33a34f commit 319bd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ publish_nightly_workflow:
publish_release_candidate_workflow:
stage: deploy
rules:
- if: '$CI_COMMIT_BRANCH == "main" && $CI_COMMIT_TAG'
- if: $CI_COMMIT_TAG
when: manual # TODO: change this to on_success when feeling confident
- when: never
needs:
Expand Down

0 comments on commit 319bd2e

Please sign in to comment.