From ff127d8e7e7d65e5be9ff8796af4fe4a9ad45006 Mon Sep 17 00:00:00 2001 From: Amit Ranjan <124090591+ranjan0601@users.noreply.github.com> Date: Fri, 18 Apr 2025 00:06:22 +0530 Subject: [PATCH] Update actions.yml five commit --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 790318fdacb..1bdf099cb22 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -2,7 +2,7 @@ name: run main.py on: schedule: - - cron: '0 0 * * 1' # At 00:00 on Monday + - cron: '0 * * * *' # At 00:00 on Monday jobs: build: