From b2f36cad996b9e8404c97335d458813a3e422c11 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 5 Sep 2021 04:07:06 -0700 Subject: [PATCH 1/2] build: run AUTHORS update weekly --- .github/workflows/authors.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/authors.yml b/.github/workflows/authors.yml index 01bd0652a4b399..5d3e42f60cea2f 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 4 * * *' + workflow_dispatch: jobs: From 3e59d5181ea9ebcbd8a6bb906730e911c8d8db6f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 5 Sep 2021 04:12:30 -0700 Subject: [PATCH 2/2] fixup! build: run AUTHORS update weekly --- .github/workflows/authors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/authors.yml b/.github/workflows/authors.yml index 5d3e42f60cea2f..8171df166ab353 100644 --- a/.github/workflows/authors.yml +++ b/.github/workflows/authors.yml @@ -2,7 +2,7 @@ name: "authors update" on: schedule: # Run once a week at 00:05 AM UTC on Sunday. - - cron: '5 4 * * *' + - cron: '5 0 * * 0' workflow_dispatch: