Merge pull request #8320 from nicoddemus/change-update-plugins-cron

Update plugin-list every Sunday instead of everyday
This commit is contained in:
Bruno Oliveira 2021-02-05 07:48:31 -03:00 committed by GitHub
commit ed8cabe4fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: