From ca7173984a6cc4c74d3232c0ee5ed1849a0c14f7 Mon Sep 17 00:00:00 2001 From: Marcos Marado Date: Sat, 30 Jul 2022 18:11:06 +0100 Subject: [PATCH] GA: updated to run at 18:15 instead ...just so we have it triggering soon, and see if there are still failures. --- .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 7fa3230..bd93c0b 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 15:00 UTC - - cron: '0 15 * * *' + # Every day at 18:15 UTC + - cron: '15 18 * * *' jobs: run-validation-scripts: