From bf5d1b69d4ae6d368dc7a061acb45ad2b1ae3f93 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Wed, 27 Mar 2024 08:57:08 -0700 Subject: [PATCH] Replace CI for Rome Test env. --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 79a9f7217..3e6588cfd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -325,16 +325,16 @@ workflows: secret: ${HASURA_TEST_SECRET} filters: branches: - only: test + only: test-AIO - test-rome-app-build: filters: branches: - only: rome/test + only: test-AIO - test-rome-hasura-migrate: secret: ${HASURA_ROME_TEST_SECRET} filters: branches: - only: rome/test + only: test-AIO #- admin-app-build: #filters: #branches: