mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add doc for command help (#13566)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/13581/head
parent
dfff867c0c
commit
98c0a76f04
|
@ -0,0 +1,12 @@
|
||||||
|
# Commands to trigger jobs
|
||||||
|
|
||||||
|
## Guide
|
||||||
|
|
||||||
|
1. the job will be triggered when your comments on pull request matched command.
|
||||||
|
|
||||||
|
## Commands
|
||||||
|
|
||||||
|
| Command | Description |
|
||||||
|
| -------------------------|----------------------------------------------------------------------------|
|
||||||
|
| /run-checks | Trigger Jenkins Job for e2e test |
|
||||||
|
| rerun failure checks | Trigger failed github workflow jobs, including code checker & unit test. |
|
Loading…
Reference in New Issue