From 0bbc94927e9060d954563711bc2b211c05fd2d81 Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Wed, 30 May 2018 17:49:20 +0800 Subject: Consider we might have prefix for stable branches --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b2ee4b1cd8..d3daab78940 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -591,7 +591,7 @@ ee_compat_check: except: - master - tags - - /^[\d-]+-stable(-ee)?/ + - /[\d-]+-stable(-ee)?/ - /^security-/ - branches@gitlab-org/gitlab-ee - branches@gitlab/gitlab-ee -- cgit v1.2.1