Skip to content

Commit 634e9c1

Browse files
committed
Tweak hold params
1 parent 6d23d1e commit 634e9c1

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ workflows:
2626
requires:
2727
- build
2828

29-
- hold_for_approval:
29+
- hold:
30+
type: approval
3031
requires:
3132
- linux_py_27_17
3233
- linux_py_27_latest
@@ -42,8 +43,9 @@ workflows:
4243
requires:
4344
- hold
4445

45-
tags:
46-
only: /[0-9]+(\.[0-9]+)*/
46+
filters:
47+
tags:
48+
only: /[0-9]+(\.[0-9]+)*/
4749

4850
jobs:
4951
build:

0 commit comments

Comments
 (0)