fix(CI): Move cron job times so it doesn't overlap with translations

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2023-04-18 14:00:40 +02:00
parent 6ac8052896
commit 0e8e2c167b
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: Update CA certificate bundle
on:
workflow_dispatch:
schedule:
- cron: "5 4 * * *"
- cron: "5 2 * * *"
jobs:
update-ca-certificate-bundle:

View file

@ -3,7 +3,7 @@ name: Update Psalm baseline
on:
workflow_dispatch:
schedule:
- cron: "5 4 * * *"
- cron: "5 2 * * *"
jobs:
update-psalm-baseline: