summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2023-09-02 20:48:10 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2023-09-02 20:48:10 +0900
commitc5e4b83de3a201e496f356e826529a45165138ea (patch)
treeb7069d1479ba680ea53788ec22f48a31da36c27b /.github
parenta08ab467132c220c9b3122f901a5dced1b3571aa (diff)
Update sponsor list once a week
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/sponsors.yml2
1 files changed, 1 insertions, 1 deletions
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