From d5a7042430a4a83785452b2b29816531dd36160d Mon Sep 17 00:00:00 2001 From: Jarno Rankinen <50285623+0ranki@users.noreply.github.com> Date: Fri, 21 Jun 2024 12:56:20 +0300 Subject: [PATCH] Match upstream build schedule - Build 1h after ublue-os/main Silverblue 40 image --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5b4464..38b0a8f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: branches: - main schedule: - - cron: '18 23 * * *' # 1h after 0ranki/sb-zfs-kernel build + - cron: '6 15 * * *' # 1h after upstream ublue-os/main silverblue 40 build push: branches: - main