mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Disable contributor action when repo is not milvus (#16795)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/16797/head
parent
8736372fd2
commit
5022858894
|
@ -16,6 +16,7 @@ on:
|
|||
jobs:
|
||||
contributor:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'milvus-io/milvus'
|
||||
steps:
|
||||
- name: checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue