aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-04-18 14:00:40 +0200
committerJoas Schilling <coding@schilljs.com>2023-04-18 14:00:40 +0200
commit0e8e2c167b5c0258096b49f26d2d2d3ef1521576 (patch)
tree304b48b140f9477a7b363c31295a424688f75cd4 /.github/workflows
parent6ac805289693a3321e64649ae911db62e77b0f8d (diff)
downloadnextcloud-server-0e8e2c167b5c0258096b49f26d2d2d3ef1521576.tar.gz
nextcloud-server-0e8e2c167b5c0258096b49f26d2d2d3ef1521576.zip
fix(CI): Move cron job times so it doesn't overlap with translations
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/update-cacert-bundle.yml2
-rw-r--r--.github/workflows/update-psalm-baseline.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml
index e4a7c5edb49..f599ae62ef1 100644
--- a/.github/workflows/update-cacert-bundle.yml
+++ b/.github/workflows/update-cacert-bundle.yml
@@ -3,7 +3,7 @@ name: Update CA certificate bundle
on:
workflow_dispatch:
schedule:
- - cron: "5 4 * * *"
+ - cron: "5 2 * * *"
jobs:
update-ca-certificate-bundle:
diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml
index 464cc2d352e..6f70d2ff978 100644
--- a/.github/workflows/update-psalm-baseline.yml
+++ b/.github/workflows/update-psalm-baseline.yml
@@ -3,7 +3,7 @@ name: Update Psalm baseline
on:
workflow_dispatch:
schedule:
- - cron: "5 4 * * *"
+ - cron: "5 2 * * *"
jobs:
update-psalm-baseline: