From ef205bda82324d800c92bf54e3a9eefd8753f005 Mon Sep 17 00:00:00 2001 From: Dylan Jeffers Date: Thu, 15 Jan 2026 11:27:40 -0800 Subject: [PATCH] Disable circleci --- .circleci/config.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fadca98fcc9..7f8cdb46c4c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -194,7 +194,9 @@ jobs: workflows: setup: when: - equal: ['main', << pipeline.parameters.workflow >>] + and: + - equal: ['main', << pipeline.parameters.workflow >>] + - equal: ['disabled', 'enabled'] # Always false - CircleCI disabled jobs: - generate-config - init: @@ -341,21 +343,26 @@ workflows: release-create-branch: when: - equal: ['release-create-branch', << pipeline.parameters.workflow >>] + and: + - equal: ['release-create-branch', << pipeline.parameters.workflow >>] + - equal: ['disabled', 'enabled'] # Always false - CircleCI disabled jobs: - generate-release-branch auto-approve-foundation-deploy: when: - equal: - ['auto-approve-foundation-deploy', << pipeline.parameters.workflow >>] + and: + - equal: ['auto-approve-foundation-deploy', << pipeline.parameters.workflow >>] + - equal: ['disabled', 'enabled'] # Always false - CircleCI disabled jobs: - approve-foundation-deployment-holds: context: [slack-secrets, circle-daily-deploy-secrets] mobile-prod-build: when: - equal: ['mobile-prod-build', << pipeline.parameters.workflow >>] + and: + - equal: ['mobile-prod-build', << pipeline.parameters.workflow >>] + - equal: ['disabled', 'enabled'] # Always false - CircleCI disabled jobs: - generate-config - init: