Browse Source

Maintenance: Exclude migration tests for cherry pick branches.

Rolf Schmidt 2 years ago
parent
commit
94ba1e6325
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab/ci/test/migration.yml

+ 1 - 1
.gitlab/ci/test/migration.yml

@@ -6,7 +6,7 @@
   rules:
     - if: $CI_COMMIT_REF_NAME =~ /^stable/
       when: never
-    - if: $CI_COMMIT_REF_NAME =~ /^private/
+    - if: $CI_COMMIT_REF_NAME =~ /^(private|cherry-pick-)/
       when: manual
       allow_failure: true
     - when: on_success