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:
5
.github/workflows/update-plugin-list.yml
vendored
5
.github/workflows/update-plugin-list.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user