diff --git a/.github/workflows/authors.yml b/.github/workflows/authors.yml index 01bd0652a4b399..8171df166ab353 100644 --- a/.github/workflows/authors.yml +++ b/.github/workflows/authors.yml @@ -1,5 +1,9 @@ name: "authors update" on: + schedule: + # Run once a week at 00:05 AM UTC on Sunday. + - cron: '5 0 * * 0' + workflow_dispatch: jobs: