From 41a887ac3453cc4681bd26066dba071c9690c6d2 Mon Sep 17 00:00:00 2001 From: Marcos Marado Date: Wed, 12 Jan 2022 14:16:12 +0000 Subject: [PATCH] GA: change the cron time So that we have a second run attempt today. --- .github/workflows/scripts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scripts.yml b/.github/workflows/scripts.yml index a23633c..1dee33b 100644 --- a/.github/workflows/scripts.yml +++ b/.github/workflows/scripts.yml @@ -2,8 +2,8 @@ name: Validação automática on: schedule: - # Every day at 11:00 (AM) UTC - - cron: '0 13 * * *' + # Every day at 15:00 UTC + - cron: '0 15 * * *' jobs: run-validation-scripts: