[skip e2e]Disable contributor action when repo is not milvus (#16795)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/16797/head
Jenny Li 2022-05-06 11:57:51 +08:00 committed by GitHub
parent 8736372fd2
commit 5022858894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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