diff options
Diffstat (limited to '.github')
-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: |