mirror of https://github.com/open-mmlab/mmcv.git
Add a approval button (#1851)
parent
969e2af866
commit
f2c50930e4
|
@ -170,6 +170,10 @@ workflows:
|
|||
python: "3.8.0"
|
||||
requires:
|
||||
- lint
|
||||
- build_cu102:
|
||||
- hold:
|
||||
type: approval # <<< This key-value pair will set your workflow to a status of "On Hold"
|
||||
requires:
|
||||
- build_py3.8_pt1.9_cpu
|
||||
- build_cu102:
|
||||
requires:
|
||||
- hold
|
||||
|
|
Loading…
Reference in New Issue