From 38e1c75daa82975becc21aa1b2ab70483a7d8b8d Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Wed, 21 Jul 2021 18:02:17 -0700 Subject: [PATCH] Run base image builds at 10am UTC --- .github/workflows/build_base_images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_base_images.yml b/.github/workflows/build_base_images.yml index fb1cb7e63..542f4f1ae 100644 --- a/.github/workflows/build_base_images.yml +++ b/.github/workflows/build_base_images.yml @@ -2,7 +2,7 @@ name: Build base images on: workflow_dispatch: schedule: - - cron: '0 0 * * *' + - cron: '10 0 * * *' # 10am UTC jobs: build-and-push: