GA: change the cron time

So that we have a second run attempt today.
This commit is contained in:
Marcos Marado 2022-01-12 14:16:12 +00:00
parent 4a62096b2f
commit 41a887ac34
1 changed files with 2 additions and 2 deletions

View File

@ -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: