Run update-psalm-baseline action every 5 minutes

For debugging purposed due to a GitHub bug.

See #22325 

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2020-08-20 12:44:03 +02:00 committed by GitHub
parent 1742510b5e
commit ebc80dba78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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