Loading .gitlab-ci.yml +1 −0 Original line number Original line Diff line number Diff line Loading @@ -127,6 +127,7 @@ build-job: test-job: test-job: rules: rules: - if: $CI_PIPELINE_SOURCE == "push" - if: $CI_PIPELINE_SOURCE == "push" when: manual stage: test stage: test script: script: - echo "test 1" - echo "test 1" Loading Loading
.gitlab-ci.yml +1 −0 Original line number Original line Diff line number Diff line Loading @@ -127,6 +127,7 @@ build-job: test-job: test-job: rules: rules: - if: $CI_PIPELINE_SOURCE == "push" - if: $CI_PIPELINE_SOURCE == "push" when: manual stage: test stage: test script: script: - echo "test 1" - echo "test 1" Loading