From 44b85aa418b8edba9ec0579e1e6ea4f095050b1d Mon Sep 17 00:00:00 2001 From: Philipp Kewisch Date: Mon, 20 Jan 2025 21:58:12 +0100 Subject: [PATCH] Run daily builds at 8am EST / 2pm CET I'm currently getting daily notifications on my phone at about 10pm. I think we should move the daily builds into the EST morning, so in case there is an issue it is more actionable. Another option would be CET morning, which would give more time in case engineering action is needed. --- .github/workflows/daily_builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily_builds.yml b/.github/workflows/daily_builds.yml index bb85f4c5c73..413c1980e69 100644 --- a/.github/workflows/daily_builds.yml +++ b/.github/workflows/daily_builds.yml @@ -3,7 +3,7 @@ name: Daily Builds on: workflow_dispatch: schedule: - - cron: '8 20 * * *' + - cron: '8 13 * * *' permissions: contents: read