From 53891400eacf71faaccdc942c36f4825e80c3559 Mon Sep 17 00:00:00 2001 From: powe97 <116031952+powe97@users.noreply.github.com> Date: Thu, 29 Feb 2024 22:29:51 -0500 Subject: [PATCH] Every 15 minutes --- .github/workflows/transfer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/transfer.yml b/.github/workflows/transfer.yml index 4c2eb9e..db6d8c6 100644 --- a/.github/workflows/transfer.yml +++ b/.github/workflows/transfer.yml @@ -1,7 +1,7 @@ name: Scrape transfer and update file on: schedule: - - cron: '15 * * * *' + - cron: '*/15 * * * *' workflow_dispatch: inputs: timeout: