From 76519347feb16e3b3d1d548ed140c044674e50b0 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Sat, 28 Oct 2023 20:41:45 -0600 Subject: [PATCH] chore(ci); Build at 8:00 AM UTC 15 minutes after framework --- .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 4e491ad..945cefe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ name: Build ASUS images on: schedule: - - cron: '15 08 * * *' # 8:15am everyday + - cron: '00 08 * * *' # 8:00am everyday push: branches: - main