Verified Commit f446d563 authored by Michael Angelo Rivera's avatar Michael Angelo Rivera Committed by GitLab
Browse files

fix(ci): add build-proto-gem dependency to semantic-release

parent cd7fa86e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -502,7 +502,9 @@ semantic-release:
    - saas-linux-small-amd64
  variables:
    GIT_STRATEGY: clone
  needs: []
  needs:
    - job: build-proto-gem
      optional: true
  rules:
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
      when: manual