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: