Update plugin-list every Sunday instead of everyday
Every day seems a bit excessive lately, let's make it less frequent.
This commit is contained in:
parent
375e95180c
commit
e3c0fd3203
|
@ -2,8 +2,9 @@ name: Update Plugin List
|
|||
|
||||
on:
|
||||
schedule:
|
||||
# Run daily at midnight.
|
||||
- cron: '0 0 * * *'
|
||||
# At 00:00 on Sunday.
|
||||
# https://crontab.guru
|
||||
- cron: '0 0 * * 0'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue