summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2023-08-29 19:42:30 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2023-08-29 19:42:30 +0900
commit58835e40f35fd1007de9bf607e06d555f085354c (patch)
tree67a7e24cc7f3151405d6f06fd0a7fa3f3742b764 /.github
parent8befa5918a17f700c2a544f5204e9547145d228e (diff)
Run GitHub Sponsors action once a day
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 6c5dfd7b..aa0e39cf 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 * * * *
+ - cron: 0 0 * * *
jobs:
deploy:
runs-on: ubuntu-latest