Skip to content

Commit 20854f9

Browse files
committed
Update CircleCI workflows: hold publish job for manual approval
1 parent 870ea24 commit 20854f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ workflows:
103103
- build_arm_x86
104104
- build_arm_x86_64
105105
- build_native_linux
106-
- create_release:
106+
- hold:
107+
type: approval
107108
requires:
108109
- build_arm
109110
- build_arm_v7a
@@ -112,6 +113,8 @@ workflows:
112113
- build_arm_x86
113114
- build_arm_x86_64
114115
- build_native_linux
116+
- create_release:
117+
requires:
115118
- hold
116119
filters:
117120
branches:

0 commit comments

Comments
 (0)