Run all-contributors twice a day (#7848)

Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
pull/7851/head
Xiangyu Wang 2021-09-13 21:38:44 +08:00 committed by GitHub
parent 995fc8fa74
commit 4fb84142db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -4,14 +4,14 @@ on:
schedule:
# * is a special character in YAML so you have to quote this string
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
# │ │ ┌───────────── day of the month (1 - 31)
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
# │ │ │ │ │
# │ │ │ │ │
# │ │ │ │ │
- cron: '0 0 * * *'
# │ ┌───────────── hour (0 - 23)
# │ ┌───────────── day of the month (1 - 31)
# │ │ ┌───────────── month (1 - 12 or JAN-DEC)
# │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
# │ │ │ │
# │ │ │ │
# │ │ │ │
- cron: '0 0,12 * * *'
jobs:
contributor: