Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,8 @@ workflow: - if: $CI_COMMIT_TAG # Run for changes on the master branch (so merged MRs) - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run for manually triggered jobs from gitlab UI - if: $CI_PIPELINE_SOURCE == 'web' # We keep this downstream, as we don't expect many MRs for this specific test downstream:pages: Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -60,6 +60,8 @@ workflow: - if: $CI_COMMIT_TAG # Run for changes on the master branch (so merged MRs) - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Run for manually triggered jobs from gitlab UI - if: $CI_PIPELINE_SOURCE == 'web' # We keep this downstream, as we don't expect many MRs for this specific test downstream:pages: Loading