Skip to content

Commit 81e935c

Browse files
committed
Update sponsors workflow cron schedule to run only on Sunday
1 parent 2fbc6b7 commit 81e935c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scheduled-task_update-sponsors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Generate Sponsors README
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: 30 15 * * 0-6
5+
- cron: 30 15 * * 0
66
jobs:
77
deploy:
88
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)