From babb583715cc8da1d4b629f3b786a7e120d24ac0 Mon Sep 17 00:00:00 2001 From: Petar Petrov Date: Tue, 18 Feb 2025 20:52:55 +0100 Subject: [PATCH] Update cron Run 3 times a week at 06:00 UTC --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index fad7ce1..5fcb584 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -4,7 +4,7 @@ on: push: branches: ["main"] schedule: - - cron: '0 5 * * 1,3,5,6' # 05:00 (UTC) + - cron: '0 6 * * 1,3,5' # 06:00 (UTC) workflow_dispatch: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages