From 4d1ef9492fa0c1ecc3d5fd537d4090668d22c01f Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Tue, 31 Oct 2023 22:10:24 -0500 Subject: [PATCH] feat: change cron to 1400 UTC for official image build timing --- .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 cabcd672..f5379072 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ on: pull_request: merge_group: schedule: - - cron: '0 6 * * *' # 6am everyday (1h after 'config') + - cron: '0 14 * * *' # 2pm UTC everyday (timed against official fedora container pushes, and after 'config') workflow_dispatch: env: IMAGE_NAME: akmods @@ -12,7 +12,7 @@ env: jobs: push-ghcr: - name: Build and push akmods image + name: akmods image runs-on: ubuntu-22.04 permissions: contents: read