From fc9c9a5bcfad2b44d8e420140006102321a0339e Mon Sep 17 00:00:00 2001 From: slhmy <1484836413@qq.com> Date: Sat, 27 Apr 2024 18:28:28 +0800 Subject: [PATCH] Update workflow --- .github/workflows/update-theme.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-theme.yml b/.github/workflows/update-theme.yml index 9d3a521..45f81c9 100644 --- a/.github/workflows/update-theme.yml +++ b/.github/workflows/update-theme.yml @@ -3,8 +3,8 @@ name: Update theme # Controls when the workflow will run on: schedule: - # Update theme automatically everyday at 00:00 UTC - - cron: "0 0 * * *" + # Update theme automatically every month + - cron: '0 0 1 * *' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: