Add a approval button (#1851)

pull/1876/head
Zaida Zhou 2022-04-01 20:01:17 +08:00 committed by GitHub
parent 969e2af866
commit f2c50930e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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