From 302f98f44ea71e8dfc2164f45c87715fd49e4ece Mon Sep 17 00:00:00 2001 From: tim Date: Tue, 7 Oct 2025 18:02:06 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"feat:=20=E5=85=88=E6=8A=8A=E6=AF=8F?= =?UTF-8?q?=E6=97=A5=E5=AE=9A=E6=97=B6=E6=9E=84=E4=BB=B6=E7=BB=99=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E6=8E=89"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 0119605649962cd430b8b73dad9eef9c789f0709. --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 288978aff..b477cd771 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,8 +2,8 @@ name: CI & CD on: workflow_dispatch: - # schedule: - # - cron: "0 19 * * *" # 每天 UTC 19:00,相当于北京时间凌晨3点 + schedule: + - cron: "0 19 * * *" # 每天 UTC 19:00,相当于北京时间凌晨3点 jobs: build-and-deploy: