Skip to content

Commit e3c0fd3

Browse files
committed
Update plugin-list every Sunday instead of everyday
Every day seems a bit excessive lately, let's make it less frequent.
1 parent 375e951 commit e3c0fd3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/update-plugin-list.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Update Plugin List
22

33
on:
44
schedule:
5-
# Run daily at midnight.
6-
- cron: '0 0 * * *'
5+
# At 00:00 on Sunday.
6+
# https://crontab.guru
7+
- cron: '0 0 * * 0'
78
workflow_dispatch:
89

910
jobs:

0 commit comments

Comments
 (0)