From 14f93664831c83e1aed60f829e8a1d67b2f9210f Mon Sep 17 00:00:00 2001 From: Juliana Trevine <44185775+trevineju@users.noreply.github.com> Date: Sat, 21 Oct 2023 18:22:28 -0300 Subject: [PATCH] =?UTF-8?q?Configura=20execu=C3=A7=C3=A3o=20uma=20vez=20po?= =?UTF-8?q?r=20dia?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juliana Trevine <44185775+trevineju@users.noreply.github.com> --- .github/workflows/periodic_crawl.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/periodic_crawl.yaml b/.github/workflows/periodic_crawl.yaml index f541726bc..97553dae6 100644 --- a/.github/workflows/periodic_crawl.yaml +++ b/.github/workflows/periodic_crawl.yaml @@ -2,8 +2,7 @@ name: Daily execution of Spiders on: schedule: - # Execute twice a day at 8AM/6PM (BRT) - - cron: "0 11 * * *" + # Execute once a day at 6PM (BRT) - cron: "0 21 * * *" jobs: