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: