From c5e4b83de3a201e496f356e826529a45165138ea Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 2 Sep 2023 20:48:10 +0900 Subject: [PATCH] Update sponsor list once a week --- .github/workflows/sponsors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index aa0e39cf..32c7b8b5 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -3,7 +3,7 @@ name: Generate Sponsors README on: workflow_dispatch: schedule: - - cron: 0 0 * * * + - cron: 0 0 * * 0 jobs: deploy: runs-on: ubuntu-latest