👷 ci(circleci): add condition to version retrieval step

- introduce `when_get_version` parameter to control version retrieval process in CircleCI config
This commit is contained in:
Jeremiah Russell
2025-09-30 06:47:40 +01:00
committed by Jeremiah Russell
parent 54d1464778
commit 2e323758f5

View File

@@ -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 >>