From 827edfccbb1dcfdcb5b6fe2dde1db584e71e4afc Mon Sep 17 00:00:00 2001 From: Elisabeth Kulzer Date: Thu, 1 Jul 2021 10:32:35 +0200 Subject: [PATCH] Run test-schema on additional refs. (#17856) --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c00790e1f..5d56c7ec37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -126,6 +126,8 @@ test-schema-mysql: - k8s-memory rules: - if: '$CI_COMMIT_REF_NAME == "master"' + - if: '$CI_COMMIT_REF_NAME == "cloud"' + - if: '$CI_COMMIT_REF_NAME =~ /^release-/' test-schema-postgres: stage: test @@ -148,3 +150,5 @@ test-schema-postgres: - k8s-memory rules: - if: '$CI_COMMIT_REF_NAME == "master"' + - if: '$CI_COMMIT_REF_NAME == "cloud"' + - if: '$CI_COMMIT_REF_NAME =~ /^release-/'