mirror of https://github.com/milvus-io/milvus.git
Change deploy test trigger events (#7634)
Fixes #7630 Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/7573/head^2
parent
64aad49959
commit
652a76fe81
|
@ -1,13 +1,9 @@
|
||||||
name: Deploy_Test
|
name: Deploy Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "30 20 * * *"
|
- cron: "30 20 * * *"
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
- test_deploy
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue