Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2020-08-20 13:51:51 +0300
committerMorris Jobke <hey@morrisjobke.de>2020-08-20 13:51:51 +0300
commit886466d5109de6ed399e2da3dcf87eea66d531ce (patch)
treee4fadb232a3b031820ac721a8fe3ebc0e817b0a9 /.github
parent458320e8d7bdbe30a563a34494826af7a35ae3a6 (diff)
Run psalm-baseline.xml update once a day
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-psalm-baseline.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml
index 96e538161bc..6ba585b676c 100644
--- a/.github/workflows/update-psalm-baseline.yml
+++ b/.github/workflows/update-psalm-baseline.yml
@@ -2,7 +2,7 @@ name: Update Psalm baseline
on:
schedule:
- - cron: '*/5 * * * *'
+ - cron: '5 4 * * *'
jobs:
update-psalm-baseline: