From 4e09944e24dcc2b4eed9db410027a934ece37535 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Tue, 31 Oct 2023 21:11:00 -0600 Subject: [PATCH] chore(ci): Build at 3:30 PM UTC Move build schedule back for official images --- .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 6c252d6..dc7fc0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ on: pull_request: merge_group: schedule: - - cron: '30 7 * * *' # 7:30am everyday (30 min delay after 'main' builds) + - cron: '30 15 * * *' # 15:30 UTC everyday (30 min delay after 'main' builds) workflow_dispatch: env: IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}