From 5b23d987a4d083d4d37c2f705fb9feb6e4fd17b5 Mon Sep 17 00:00:00 2001 From: Nerivec <62446222+Nerivec@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:31:06 +0100 Subject: [PATCH] Schedule autodl once a week. --- .github/workflows/run_autodl.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_autodl.yml b/.github/workflows/run_autodl.yml index 3364a3a..216557a 100644 --- a/.github/workflows/run_autodl.yml +++ b/.github/workflows/run_autodl.yml @@ -1,8 +1,7 @@ name: Run auto download on: - # schedule: - # # * is a special character in YAML, always quote this string - # - cron: '0 1 * * 1' + schedule: + - cron: '0 0 * * 0' workflow_dispatch: inputs: prev: