Commit 6f99d268 authored by norvell's avatar norvell
Browse files

Fix for scheduled pipeline

parent ec9c7ec2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ stages:

.rules-pytest-mld-long:
  rules:
    - if: $CI_PIPELINE_SOURCE == 'schedule'
    - if: $PYTEST_MLD_LONG # Set by scheduled pipeline
    - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "pytest-mld-long"
    - if: $CI_PIPELINE_SOURCE == 'push'
      when: never