# This sets when pipelines are created. Jobs have more specific rules to restrict them.
@@ -51,6 +52,8 @@ stages:
rules:
-if:$MIRROR_ACCESS_TOKEN# Don't run in the mirror update pipeline (only then MIRROR_ACCESS_TOKEN is defined)
when:never
-if:$CI_PIPELINE_SOURCE == 'schedule'# Don't run in any scheduled pipelines by default (use schedule templates below to enable again for certain conditions)
when:never
-when:on_success
.rules-merge-request:
@@ -216,6 +219,12 @@ msan-on-merge-request-linux:
-python3 scripts/self_test.py --create | tee test_output.txt