From fec2fd2832b26f82e35a0afa5129363c77446909 Mon Sep 17 00:00:00 2001 From: mvenditto Date: Sun, 18 Jun 2023 23:00:39 +0200 Subject: [PATCH] try to fix error --- .circleci/continue_config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index e2ae3ee1..914b11ee 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -13,7 +13,7 @@ parameters: run-chat-workflow: type: boolean default: false - run-bindings-backend-workflow: + run-bindings-workflow: type: boolean default: false run-csharp-workflow: @@ -683,10 +683,10 @@ workflows: - build-py-linux - build-py-macos build-bindings-backend: - when: << pipeline.parameters.run-bindings-backend-workflow >> + when: << pipeline.parameters.run-bindings-workflow >> jobs: - hold: - type: approval + type: approval - build-bindings-backend-linux: filter: branches: