From 897a07b0a7a8df226197631b69af1d2999ca4302 Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Sat, 22 Jun 2024 10:18:45 -0700 Subject: [PATCH] fix: reduce gap between upstream builds and ublue builds (#589) --- .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: