mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add test passed for title skip ci (#6864)
* add test passed for title skip ci Signed-off-by: ThreadDao <yufen.zong@zilliz.com> * add test passed for title skip ci Signed-off-by: ThreadDao <yufen.zong@zilliz.com>pull/6869/head^2
parent
61786f769c
commit
e30f2ac210
|
@ -49,6 +49,15 @@ pull_request_rules:
|
||||||
add:
|
add:
|
||||||
- ci-passed
|
- ci-passed
|
||||||
|
|
||||||
|
- name: Test passed for title skip ci
|
||||||
|
conditions:
|
||||||
|
- base=master
|
||||||
|
- title~=[skip ci]
|
||||||
|
actions:
|
||||||
|
label:
|
||||||
|
add:
|
||||||
|
- ci-passed
|
||||||
|
|
||||||
- name: Remove ci-passed when code check failed
|
- name: Remove ci-passed when code check failed
|
||||||
conditions:
|
conditions:
|
||||||
- base=master
|
- base=master
|
||||||
|
|
Loading…
Reference in New Issue