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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# Run daily at midnight.
|
# At 00:00 on Sunday.
|
||||||
- cron: '0 0 * * *'
|
# https://crontab.guru
|
||||||
|
- cron: '0 0 * * 0'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue