From b3f2b113823e4f68207ad6f829f8e4144db5a3c1 Mon Sep 17 00:00:00 2001 From: Amit Ranjan <124090591+ranjan0601@users.noreply.github.com> Date: Fri, 18 Apr 2025 00:03:43 +0530 Subject: [PATCH] Update actions.yml fourth 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..235587428e6 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: