mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add rule to add ci-passed for test scripts (#12400)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/12414/head
parent
a4cfd1cb46
commit
32022ea74b
|
@ -43,6 +43,16 @@ pull_request_rules:
|
|||
label:
|
||||
add:
|
||||
- ci-passed
|
||||
|
||||
- name: Test passed for tests scripts changed
|
||||
conditions:
|
||||
- base=master
|
||||
- -files~=^(?!tests\/scripts).+
|
||||
- "status-success=continuous-integration/jenkins/pr-merge"
|
||||
actions:
|
||||
label:
|
||||
add:
|
||||
- ci-passed
|
||||
|
||||
- name: Test passed for go unittest code changed
|
||||
conditions:
|
||||
|
|
Loading…
Reference in New Issue