From be4d0cf3c1fe9ac49b0c4fdaa6afd751bad84f7e Mon Sep 17 00:00:00 2001 From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Wed, 13 Sep 2023 15:57:08 +0200 Subject: [PATCH] add manual approval step to use restricted CCI context (#254) --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1c3f954c..1cfbca05 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -313,6 +313,10 @@ workflows: - equal: [ main , << pipeline.git.branch >> ] - equal: [ true , << pipeline.parameters.run_downstream_tests >> ] jobs: + - hold: + type: approval - trigger-downstream-ci: context: openquantumsafe + requires: + - hold