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: