From f368282b9d01f0b24f91b2935571fd4b5d47f1d8 Mon Sep 17 00:00:00 2001 From: Lordus Kordus <136916485+lorduskordus@users.noreply.github.com> Date: Fri, 10 Nov 2023 21:38:39 +0100 Subject: [PATCH] chore(ci): Build at 16:30 UTC (#187) Nvidia images are now being built at 15:30 UTC. Startingpoint images should be built one hour after that. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4827dbf03a..2db9052ceb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -# This workflow builds every branch of the repository daily at 20:22 UTC, one hour after ublue-os/nvidia builds. +# This workflow builds every branch of the repository daily at 16:30 UTC, one hour after ublue-os/nvidia builds. # The images are also built after pushuing changes or pull requests. # The builds can also be triggered manually in the Actions tab thanks to workflow dispatch. # Only the branch called `live` is published. @@ -7,7 +7,7 @@ name: build-ublue on: # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows schedule: - - cron: "20 22 * * *" + - cron: "30 16 * * *" push: branches: - live