ci: set cron daily

Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
Unai Martinez-Corral 2022-02-16 11:42:40 +01:00 committed by Unai Martinez-Corral
parent 1662b9ae6e
commit 00fc2217dd
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ on:
pull_request:
push:
schedule:
- cron: '0 0 * * 4'
- cron: '0 0 * * *'
workflow_dispatch:
jobs: