From 89773ba30b51c6a01537733aba60cda4c50c90c0 Mon Sep 17 00:00:00 2001 From: Gershon Shif Date: Wed, 4 Nov 2020 14:31:37 -0800 Subject: [PATCH] chore: make 2.0 RC builds optional (#19900) --- .circleci/config.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 19c56f813a..5169569162 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -545,9 +545,9 @@ workflows: - litmus_nightly: requires: - deploy-nightly - - selenium_accept: - requires: - - deploy-nightly + # - selenium_accept: + # requires: + # - deploy-nightly - grace_nightly: requires: - deploy-nightly @@ -558,31 +558,31 @@ workflows: branches: ignore: /.*/ tags: - only: /^v[0-9]+\.[0-9]+\.[0-9]+-(rc|alpha|beta)\.[0-9]+$/ + only: /^v[0-9]+\.[0-9]+\.[0-9]+(-(rc|alpha|beta)\.[0-9]+)?$/ - golint: filters: branches: ignore: /.*/ tags: - only: /^v[0-9]+\.[0-9]+\.[0-9]+-(rc|alpha|beta)\.[0-9]+$/ + only: /^v[0-9]+\.[0-9]+\.[0-9]+(-(rc|alpha|beta)\.[0-9]+)?$/ - lint-feature-flags: filters: branches: ignore: /.*/ tags: - only: /^v[0-9]+\.[0-9]+\.[0-9]+-(rc|alpha|beta)\.[0-9]+$/ + only: /^v[0-9]+\.[0-9]+\.[0-9]+(-(rc|alpha|beta)\.[0-9]+)?$/ - jstest: filters: branches: ignore: /.*/ tags: - only: /^v[0-9]+\.[0-9]+\.[0-9]+-(rc|alpha|beta)\.[0-9]+$/ + only: /^v[0-9]+\.[0-9]+\.[0-9]+(-(rc|alpha|beta)\.[0-9]+)?$/ - jslint: filters: branches: ignore: /.*/ tags: - only: /^v[0-9]+\.[0-9]+\.[0-9]+-(rc|alpha|beta)\.[0-9]+$/ + only: /^v[0-9]+\.[0-9]+\.[0-9]+(-(rc|alpha|beta)\.[0-9]+)?$/ - release: requires: - gotest @@ -594,4 +594,4 @@ workflows: branches: ignore: /.*/ tags: - only: /^v[0-9]+\.[0-9]+\.[0-9]+-(rc|alpha|beta)\.[0-9]+$/ + only: /^v[0-9]+\.[0-9]+\.[0-9]+(-(rc|alpha|beta)\.[0-9]+)?$/