diff --git a/.github/workflows/delete_old_runs.yml b/.github/workflows/delete_old_runs.yml index f44a2ac..6114063 100644 --- a/.github/workflows/delete_old_runs.yml +++ b/.github/workflows/delete_old_runs.yml @@ -7,7 +7,7 @@ run-name: DeleteOldRuns # 指定此工作流的触发器 on: schedule: - - cron: "0 */12 * * *" # 每 12 小时执行一次 + - cron: "0 16 * * *" # 每天北京时间0点执行 workflow_dispatch: # 可以手动执行 inputs: hour_count: