[skip ci]Disable all-contributors (#7751)

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
pull/7712/head
Xiangyu Wang 2021-09-11 13:55:49 +08:00 committed by GitHub
parent a872a4357c
commit 489e4f7305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@ on:
# │ │ │ │ │
# │ │ │ │ │
# │ │ │ │ │
- cron: '* 0 * * *'
- cron: '0 0 * * *'
jobs:
contributor:
@ -52,13 +52,13 @@ jobs:
customUserConfig: 'milvus-io/milvus/.contributors'
workingDir: '/home/runner/work/milvus/milvus/milvus'
- name: commit code
run: |
cd milvus
pwd
git add -u
git commit -s -m 'Update all contributors'
git push
# - name: commit code
# run: |
# cd milvus
# pwd
# git add -u
# git commit -s -m 'Update all contributors'
# git push