fix schedule

This commit is contained in:
Tiago Carrondo 2021-10-24 18:37:32 +01:00
parent 2c87e01d7c
commit 02a105e188
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: Validação automática
on:
schedule:
# Every day at 1:00 (AM) UTC
- cron: '*/5 * * * *'
- cron: '0 1 * * *'
jobs:
run-validation-scripts: