From 735a827788f709c85d76434dac88d99abdb3f5d0 Mon Sep 17 00:00:00 2001 From: Waleed Hassan Date: Mon, 6 Nov 2023 16:16:05 +0300 Subject: [PATCH] Run update workflow every 3rd day of month This should make it so uneven intervals happen at the end of months rather at the end of weeks. Credits to @Karthik99999 for the fix. --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index b0e45526a..c8e7035b8 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -3,7 +3,7 @@ name: Update on: workflow_dispatch: schedule: - - cron: '27 23 * * */3' + - cron: '27 23 */3 * *' jobs: scheduled: