mirror of https://github.com/milvus-io/milvus.git
Run all-contributors twice a day (#7848)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>pull/7851/head
parent
995fc8fa74
commit
4fb84142db
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue