From 51b475fa6d0c229dfb2f6caf854c124123db1e5a Mon Sep 17 00:00:00 2001 From: Eyefyre <32098546+Eyefyre@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:31:56 +0000 Subject: [PATCH] Update action.yml to trigger at 1am daily --- .github/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 72d6b97..37e4a71 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -6,7 +6,7 @@ name: Daily Update on: # Triggers the workflow on push or pull request events but only for the "main" branch schedule: - - cron: "0 18 * * *" + - cron: "0 1 * * *" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: