From 0119605649962cd430b8b73dad9eef9c789f0709 Mon Sep 17 00:00:00 2001 From: tim Date: Mon, 29 Sep 2025 01:14:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=88=E6=8A=8A=E6=AF=8F=E6=97=A5?= =?UTF-8?q?=E5=AE=9A=E6=97=B6=E6=9E=84=E4=BB=B6=E7=BB=99=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 5bfb41eb7..28c013027 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: