mirror of https://github.com/milvus-io/milvus.git
[skip ci] Use skip e2e instead of ci (#13595)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/13596/head
parent
8f8021eeb8
commit
495e9d566b
|
@ -74,10 +74,10 @@ pull_request_rules:
|
|||
add:
|
||||
- ci-passed
|
||||
|
||||
- name: Test passed for title skip ci
|
||||
- name: Test passed for title skip e2e
|
||||
conditions:
|
||||
- base=master
|
||||
- title~=\[skip ci\]
|
||||
- title~=\[skip e2e\]
|
||||
- label=kind/improvement
|
||||
- files~=^(?!.*\.(go|cpp)).*$
|
||||
actions:
|
||||
|
|
Loading…
Reference in New Issue