From ee185b929acd635030c83dc693856858bee2e9af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=BA=E6=A2=B0=E5=B0=8F=E9=B8=BD?= <128568434+jixiexiaoge@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:30:29 +0800 Subject: [PATCH] Update sync-branches.yml 4 --- .github/workflows/sync-branches.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-branches.yml b/.github/workflows/sync-branches.yml index 47dcb10..3db24dc 100644 --- a/.github/workflows/sync-branches.yml +++ b/.github/workflows/sync-branches.yml @@ -2,8 +2,9 @@ name: Sync Branches on: schedule: - # 每天3点UTC(你可以根据需要调整时区) + # 每天10点UTC(你可以根据需要调整时区) - cron: '0 10 * * *' + workflow_dispatch: # 允许手动启动工作流 jobs: sync: