From 05beab3cad909df7b63933fb33f13d01bc87ab03 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:39:44 -0400 Subject: [PATCH 1/3] Update config.yml --- .circleci/config.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 48a0973..1da7854 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -89,12 +89,10 @@ workflows: # Alternative workflow that runs only on tags release: jobs: - - test: - filters: - tags: - only: /^v.*/ - branches: - ignore: /.*/ + - test + - test + - test + - build: requires: - test From cdebc5119c3b25309cd42d352ecd8a125aa936f0 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:41:11 -0400 Subject: [PATCH 2/3] Update config.yml --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1da7854..62a3364 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -89,9 +89,10 @@ workflows: # Alternative workflow that runs only on tags release: jobs: - - test + - test: + name: test-1 - test - - test + - build: requires: From 4ba133d3142600a7ebdedcfd2938e79585496b70 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Wed, 22 Oct 2025 12:42:51 -0400 Subject: [PATCH 3/3] Update config.yml --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 62a3364..d1ad01e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,6 +18,7 @@ jobs: - run: name: Run linting command: echo "run linting" + - run: sleep 500 # Job that always runs build: @@ -91,6 +92,8 @@ workflows: jobs: - test: name: test-1 + - test: + name: test-2 - test