Skip to content

Commit

Permalink
add manual approval step to use restricted CCI context
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch committed Sep 12, 2023
1 parent 7dc61fe commit 5b3fa77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5b3fa77

Please sign in to comment.