From bd5b2204dd97cd8de59cf4910115acca5ebd27a0 Mon Sep 17 00:00:00 2001 From: Jesse Mazzella Date: Mon, 18 Dec 2023 16:32:26 -0800 Subject: [PATCH] fix: woops --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 08a68622471..0f0c5949378 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -252,7 +252,7 @@ workflows: name: e2e-stable suite: stable - mem-test - - perf-test-localhost + - perf-test - visual-test: name: visual-test-ci suite: ci @@ -271,7 +271,7 @@ workflows: name: e2e-full-nightly suite: full - mem-test - - perf-test-localhost + - perf-test - visual-test: name: visual-test-nightly suite: full