From 2e323758f525ce7ae7e49d5daf09a2e36ae94f11 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Tue, 30 Sep 2025 06:47:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci(circleci):=20add=20condition?= =?UTF-8?q?=20to=20version=20retrieval=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - introduce `when_get_version` parameter to control version retrieval process in CircleCI config --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 07705b3..b142f9e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -133,6 +133,7 @@ workflows: - bot-check ssh_fingerprint: << pipeline.parameters.fingerprint >> min_rust_version: << pipeline.parameters.min-rust-version >> + when_get_version: false - toolkit/no_release: min_rust_version: << pipeline.parameters.min-rust-version >>