diff options
author | Joas Schilling <coding@schilljs.com> | 2023-04-18 14:00:40 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-04-18 14:00:40 +0200 |
commit | 0e8e2c167b5c0258096b49f26d2d2d3ef1521576 (patch) | |
tree | 304b48b140f9477a7b363c31295a424688f75cd4 /.github/workflows | |
parent | 6ac805289693a3321e64649ae911db62e77b0f8d (diff) | |
download | nextcloud-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.yml | 2 | ||||
-rw-r--r-- | .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: |