From 6ea28c2549c60a6f53bbc2641a328bf77176c220 Mon Sep 17 00:00:00 2001 From: akanksha Date: Sat, 20 Apr 2024 19:26:28 +0530 Subject: [PATCH] update --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 3b56335..9d3ba7a 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -3,9 +3,9 @@ name: Run Scripts on: schedule: # Run newday.py every day. - - cron: '53 13 * * *' + - cron: '59 13 * * *' # Run update_BoW.py every day - - cron: '20 14 * * *' + - cron: '30 14 * * *' jobs: build: