From febe8401bd6d8ec7304d11f0a15895ee7994fbec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sun, 22 Nov 2020 22:46:53 +0000 Subject: [PATCH] chore(actions): modify start time for maintenance --- .github/workflows/maintenance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index 45c446e87..5099b5fe1 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -2,7 +2,7 @@ name: Maintenance on: schedule: - - cron: "15 21 * * 0" + - cron: "0 23 * * 0" jobs: npm-upgrades: