From 5025b2dd6ba923031603b86070b50ee27be66b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=8C=E6=A3=AE?= Date: Tue, 6 Aug 2024 10:21:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E6=94=AF=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 萌森 --- .github/workflows/push_custom_to_released.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push_custom_to_released.yml b/.github/workflows/push_custom_to_released.yml index 47effdcbb..18f8ebff9 100644 --- a/.github/workflows/push_custom_to_released.yml +++ b/.github/workflows/push_custom_to_released.yml @@ -2,6 +2,8 @@ name: Push custom to released on: workflow_dispatch: + schedule: + - cron: '0 0 */3 * *' jobs: push-branch: