From 58d4e4076ea7605b8580b3089a023e3cc4fb8a22 Mon Sep 17 00:00:00 2001 From: iHsin Date: Thu, 28 Mar 2024 05:49:19 +0000 Subject: [PATCH] Update update-theme.yml --- .github/workflows/update-theme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-theme.yml b/.github/workflows/update-theme.yml index 76b589b..3cc776d 100644 --- a/.github/workflows/update-theme.yml +++ b/.github/workflows/update-theme.yml @@ -4,7 +4,7 @@ name: Update theme on: schedule: # Update theme automatically everyday at 00:00 UTC - - cron: "0 0 * * *" + - cron: "0 0 * * 0" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: