From 6569bc4464d13219ee7e23c04a3d40ead03a8fb1 Mon Sep 17 00:00:00 2001 From: Volodymyr Vreshch Date: Mon, 10 Aug 2026 23:10:39 +0200 Subject: [PATCH] ci: offset train cron and dependabot time off :00 for host stagger --- .github/dependabot.yml | 6 +++--- .github/workflows/train.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 800e31f..1ad2b07 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: 'weekly' day: 'friday' - time: '18:00' + time: '16:07' timezone: 'Europe/Prague' assignees: - 'vreshch' @@ -23,7 +23,7 @@ updates: schedule: interval: 'weekly' day: 'friday' - time: '18:00' + time: '16:07' timezone: 'Europe/Prague' assignees: - 'vreshch' @@ -38,7 +38,7 @@ updates: schedule: interval: 'weekly' day: 'friday' - time: '18:00' + time: '16:07' timezone: 'Europe/Prague' assignees: - 'vreshch' diff --git a/.github/workflows/train.yml b/.github/workflows/train.yml index 737c552..349c4ad 100644 --- a/.github/workflows/train.yml +++ b/.github/workflows/train.yml @@ -4,7 +4,7 @@ name: Train # Red run = the only alarm; there are no silent-skip states. on: schedule: - - cron: '0 21 * * 5' + - cron: '17 21 * * 5' workflow_dispatch: inputs: bump_deps: