From 0e8e2c167b5c0258096b49f26d2d2d3ef1521576 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 18 Apr 2023 14:00:40 +0200 Subject: [PATCH] fix(CI): Move cron job times so it doesn't overlap with translations Signed-off-by: Joas Schilling --- .github/workflows/update-cacert-bundle.yml | 2 +- .github/workflows/update-psalm-baseline.yml | 2 +- 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: