mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Disable daily release when repo is not milvus-io/milvus (#17374)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/17373/head
parent
99cbaccdf1
commit
a4a699164c
|
@ -15,6 +15,7 @@ on:
|
|||
jobs:
|
||||
nightly:
|
||||
name: Run Daily Release
|
||||
if: github.repository == 'milvus-io/milvus'
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
IMAGE_REPO: "milvusdb"
|
||||
|
|
Loading…
Reference in New Issue