From 665254fff12c0adc9fdf3109954fc84a7ac76f37 Mon Sep 17 00:00:00 2001 From: bebestmaple <447349864@qq.com> Date: Sat, 30 Mar 2024 08:35:40 +0800 Subject: [PATCH] Update convert.yml --- .github/workflows/convert.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/convert.yml b/.github/workflows/convert.yml index 2d1f756..1ab86aa 100644 --- a/.github/workflows/convert.yml +++ b/.github/workflows/convert.yml @@ -4,9 +4,9 @@ name: Convert And Upload # Controls when the workflow will run on: - #schedule: + schedule: #- cron: "0 14-21 * * *" - #- cron: "0 */1 * * *" + - cron: "0 */1 * * *" #- cron: "*/30 * * * *" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: