From c8f3c50f97f07222d2ca82c23e2464a7eb38c731 Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Wed, 8 Mar 2023 12:04:51 -0600 Subject: [PATCH] fix: correct comment regarding 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 0664ae3..72001db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: branches: - main schedule: - - cron: '50 20 * * *' # 8:50pm UTC everyday (35 minutes after ublue-kmods builds) + - cron: '50 20 * * *' # 8:50pm UTC everyday (35 minutes after ucore-kmods builds) push: branches: - main