From 986b35c5cdeb887ec7b89bec444c6582aca51a44 Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Mon, 9 Sep 2019 10:57:07 -0500 Subject: [PATCH] Remove website job for UI branches (#6273) --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e0989cb7..fa9b7947e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -66,7 +66,8 @@ workflows: - test-e2e: <<: *IGNORE_FOR_UI_BRANCHES - test-ui - - test-website + - test-website: + <<: *IGNORE_FOR_UI_BRANCHES website: jobs: