From fabc5ba911dc77ace324a05022f1e0d127a4b0aa Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Tue, 8 Aug 2023 23:02:54 -0500 Subject: [PATCH] refactor: change build time to follow ucore-kmods --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3727197..873f26e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ on: - '**.md' - '**.txt' schedule: - - cron: '20 23 * * *' # 11:20PM UTC everyday (approx 1 hour after coreos images publish) + - cron: '45 23 * * *' # 11:45PM UTC everyday (approx 1.5 hours after coreos images publish) push: branches: - main