Run psalm-baseline.xml update once a day

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2020-08-20 12:51:51 +02:00
parent 458320e8d7
commit 886466d510
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Update Psalm baseline
on:
schedule:
- cron: '*/5 * * * *'
- cron: '5 4 * * *'
jobs:
update-psalm-baseline: