From 572e6302b20c1672ce32ae1f20669c170e18d0e2 Mon Sep 17 00:00:00 2001 From: Mubarak Sadoon Date: Thu, 30 Mar 2023 09:50:03 -0400 Subject: [PATCH] added back in the required tests --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f83beb66ff..d0510e3934 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -322,14 +322,14 @@ workflows: filters: branches: only: main - # requires: *all_jobs + requires: *all_jobs - beta: context: aws filters: branches: # matches all branches that begin with 'beta-dist' only: /beta-dist-.*/ - # requires: *all_jobs + requires: *all_jobs - alpha: context: aws filters: