From 0e1886af32fc1d6fbdbdd4623c4782ab62b33e45 Mon Sep 17 00:00:00 2001 From: Jonas L Date: Mon, 8 Jul 2024 15:52:46 +0200 Subject: [PATCH] ci: run robot install workflow at 02:30 on Monday (#693) Prevent possible job cancelation when working on the HCCM project during the day. --- .github/workflows/robot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/robot.yml b/.github/workflows/robot.yml index 9b95a0e5..39650cfb 100644 --- a/.github/workflows/robot.yml +++ b/.github/workflows/robot.yml @@ -7,8 +7,8 @@ on: - .github/workflows/robot.yml - dev/robot/** schedule: - # https://crontab.guru/#30_12_*_*_1 - - cron: "30 12 * * 1" + # At 02:30 on Monday https://crontab.guru/#30_2_*_*_1 + - cron: "30 2 * * 1" jobs: install: