mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Run psalm-baseline.xml update once a day
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
458320e8d7
commit
886466d510
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-psalm-baseline.yml
vendored
2
.github/workflows/update-psalm-baseline.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Update Psalm baseline
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '*/5 * * * *'
|
||||
- cron: '5 4 * * *'
|
||||
|
||||
jobs:
|
||||
update-psalm-baseline:
|
||||
|
|
|
|||
Loading…
Reference in a new issue