From cd6c38cfef1091c5de483fa5f4afed4da7353f91 Mon Sep 17 00:00:00 2001 From: invoker__qq <478880214@qq.com> Date: Wed, 27 Nov 2024 17:48:39 +0800 Subject: [PATCH] Update update-files.yml --- .github/workflows/update-files.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-files.yml b/.github/workflows/update-files.yml index b558e49..1c9ca3d 100644 --- a/.github/workflows/update-files.yml +++ b/.github/workflows/update-files.yml @@ -1,8 +1,8 @@ name: Update Header Files on: - # schedule: - # - cron: '0 * * * *' # 每小时运行一次 + schedule: + - cron: '0 * * * *' # 每小时运行一次 #push: # branches: [ main ] workflow_dispatch: