From c0a8b10a77951c405e92f97149673bf76b198616 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Tue, 31 Oct 2023 20:56:54 -0600 Subject: [PATCH] chore(ci): Build at 1:30 PM Move build schedule back for official images --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index da4ac5eb..fa510110 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,10 +1,10 @@ name: build-ublue on: pull_request: - merge_group: + merge_group: schedule: - - cron: '0 5 * * *' # 5 am everyday - workflow_dispatch: + - cron: '30 13 * * *' # 13:30 UTC everyday + workflow_dispatch: env: IMAGE_NAME: config IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }} @@ -17,7 +17,7 @@ jobs: contents: read packages: write id-token: write - steps: + steps: # Checkout push-to-registry action GitHub repository - name: Checkout Push to Registry action uses: actions/checkout@v4