From 685c98ad5f8e780adb338aea6e4495dc2d9f441d Mon Sep 17 00:00:00 2001 From: Xiangyu Wang Date: Wed, 23 Jun 2021 19:47:12 +0800 Subject: [PATCH] [skip ci]Change all-contributions action to cronjob (#6043) Signed-off-by: Xiangyu Wang --- .github/workflows/all-contributors.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/all-contributors.yaml b/.github/workflows/all-contributors.yaml index 0e9b532f56..151fb422c1 100644 --- a/.github/workflows/all-contributors.yaml +++ b/.github/workflows/all-contributors.yaml @@ -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: