Run sponsors workflow at midnight KST on Sundays

This commit is contained in:
Junegunn Choi
2026-02-15 01:00:42 +09:00
parent 0e859a18ed
commit 49ab253555
+1 -1
View File
@@ -3,7 +3,7 @@ name: Generate Sponsors README
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: 0 0 * * 0 - cron: 0 15 * * 6
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest