From 559025313dab48ec544e302f4c756a41c94367fc Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 24 Jul 2025 09:44:49 -0700 Subject: [PATCH 1/2] 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 48a0973..959e99e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,7 +60,7 @@ jobs: # Define workflows workflows: version: 2 - build-test-deploy: + build-test-deploy-<< pipeline.git.branch >>: jobs: # These jobs run on every commit - test From c9150b1268ee48065c87ea1f3b904fc25531ee00 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Thu, 24 Jul 2025 09:47:40 -0700 Subject: [PATCH 2/2] 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 959e99e..8b14051 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,7 +60,7 @@ jobs: # Define workflows workflows: version: 2 - build-test-deploy-<< pipeline.git.branch >>: + build-test-deploy- << pipeline.number >> : jobs: # These jobs run on every commit - test