[skip ci]Change all-contributions action to cronjob (#6043)

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
pull/6047/head^2
Xiangyu Wang 2021-06-23 19:47:12 +08:00 committed by GitHub
parent ae214d63b9
commit 685c98ad5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
name: add contributor
on: push
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '50 11 * * *'
jobs:
contributor: