Skip to content

Commit f3686b7

Browse files
committed
approval
1 parent 4a495f5 commit f3686b7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,12 @@ workflows:
124124
testingflow:
125125
when: << pipeline.parameters.run_automatedtesting >>
126126
jobs:
127+
- Hold [Performance-Testing]:
128+
type: approval
127129
- "Run-Newman-Test":
128-
context : org-global
130+
context : org-global
131+
requires:
132+
- Hold [Performance-Testing]
129133
filters:
130134
branches:
131135
only:

0 commit comments

Comments
 (0)