From e3c0fd3203fb13d9a43dc6cc6e45627e5c33234a Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 4 Feb 2021 23:14:08 -0300 Subject: [PATCH] Update plugin-list every Sunday instead of everyday Every day seems a bit excessive lately, let's make it less frequent. --- .github/workflows/update-plugin-list.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-plugin-list.yml b/.github/workflows/update-plugin-list.yml index 3f4ec092b..9b071aa3d 100644 --- a/.github/workflows/update-plugin-list.yml +++ b/.github/workflows/update-plugin-list.yml @@ -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: