Loading .gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -1652,7 +1652,6 @@ voip-be-on-merge-request: # - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main" # only have MR pipelines for MRs to main - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "voip-be-test" stage: test needs: ["build-codec-linux-make"] timeout: "10 minutes" script: - *print-common-info Loading Loading
.gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -1652,7 +1652,6 @@ voip-be-on-merge-request: # - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main" # only have MR pipelines for MRs to main - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "voip-be-test" stage: test needs: ["build-codec-linux-make"] timeout: "10 minutes" script: - *print-common-info Loading