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:
Bruno Oliveira 2021-02-04 23:14:08 -03:00
parent 375e95180c
commit e3c0fd3203
1 changed files with 3 additions and 2 deletions

View File

@ -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: