From b231ac0d536e76f6406b7846ce2cfc6cc977e341 Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:34:06 -0700 Subject: [PATCH] fix: reduce gap between upstream builds and ublue builds --- .github/workflows/build-39.yml | 2 +- .github/workflows/build-40.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-39.yml b/.github/workflows/build-39.yml index d90803aa..5c6a6126 100644 --- a/.github/workflows/build-39.yml +++ b/.github/workflows/build-39.yml @@ -3,7 +3,7 @@ on: pull_request: merge_group: schedule: - - cron: '0 15 * * *' # 3pm-ish UTC everyday (timed against official fedora container pushes) + - cron: '5 4 * * *' # 4am-ish UTC everyday (timed against official fedora container pushes) workflow_dispatch: jobs: diff --git a/.github/workflows/build-40.yml b/.github/workflows/build-40.yml index ad7a1e9b..bf2de37b 100644 --- a/.github/workflows/build-40.yml +++ b/.github/workflows/build-40.yml @@ -3,7 +3,7 @@ on: pull_request: merge_group: schedule: - - cron: '5 15 * * *' # 3pm-ish UTC everyday (timed against official fedora container pushes) + - cron: '5 3 * * *' # 3am-ish UTC everyday (timed against official fedora container pushes) workflow_dispatch: jobs: