Commit 2df66d0b authored by norvell's avatar norvell
Browse files

Merge branch 'ci/pytest-short-scheduled' into 'main'

[CI] Add check for variable PYTEST_MLD_SHORT in .rules-pytest-to-ref-short to enable scheduled trigger

See merge request !1217
parents f5ab0c29 c08fe4f4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -274,12 +274,11 @@ stages:

.rules-pytest-to-ref-short:
  rules:
    - if: $PYTEST_MLD_SHORT # Set by scheduled pipeline
    - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "pytest-compare"
    - if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
    - if: $CI_PIPELINE_SOURCE == 'push'
      when: never
    - if: $CI_PIPELINE_SOURCE == 'schedule'
      when: never

.rules-pytest-to-input-short:
  rules: