From 8c5b234aad03ff7af393a42429ad85d57eb7b208 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 23 Oct 2025 09:15:15 -0400 Subject: [PATCH 1/3] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 48a0973..49dac0e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ executors: # Define jobs jobs: # Job that always runs - test: + tes1/test: executor: node-executor steps: - checkout @@ -89,7 +89,7 @@ workflows: # Alternative workflow that runs only on tags release: jobs: - - test: + - tes1/test: filters: tags: only: /^v.*/ From 8c35dac051a508256d47970ff1dfcec9dff10acc Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 23 Oct 2025 09:17:43 -0400 Subject: [PATCH 2/3] Update config.yml --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 49dac0e..7b8e8a3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,10 +63,10 @@ workflows: build-test-deploy: jobs: # These jobs run on every commit - - test + - test1/test - build: requires: - - test + - test1/test # Conditional job: Deploy only runs on main branch - deploy: @@ -97,7 +97,7 @@ workflows: ignore: /.*/ - build: requires: - - test + - test1/test filters: tags: only: /^v.*/ From 2e03400439250efcf377a8d071a5e4a363ab8dff Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 23 Oct 2025 09:18:46 -0400 Subject: [PATCH 3/3] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7b8e8a3..9b047ce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ executors: # Define jobs jobs: # Job that always runs - tes1/test: + test1/test: executor: node-executor steps: - checkout