From e382250e4c5c91133a99d06d990f9338103e9971 Mon Sep 17 00:00:00 2001 From: qoijjj <129108030+qoijjj@users.noreply.github.com> Date: Sat, 22 Jun 2024 10:00:30 -0700 Subject: [PATCH] fix: adjust build schedule based on adjustments to main and hwe --- .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 11ad11f8..d703f42b 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 14 * * *' # 2pm-ish UTC everyday (timed against official fedora container pushes, and after 'config') + - cron: '0 2 * * *' # 2am-ish UTC everyday (timed against official fedora container pushes, and after 'config') workflow_dispatch: jobs: diff --git a/.github/workflows/build-40.yml b/.github/workflows/build-40.yml index ba7ae77b..bda02897 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 14 * * *' # 2pm-ish UTC everyday (timed against official fedora container pushes, and after 'config') + - cron: '5 2 * * *' # 2am-ish UTC everyday (timed against official fedora container pushes, and after 'config') workflow_dispatch: jobs: