From 2df449179fbb544bbb9260cd6d58e7521fd54693 Mon Sep 17 00:00:00 2001 From: NullBite Date: Wed, 5 Feb 2025 01:46:15 -0500 Subject: [PATCH] actions: update cache build schedule --- .github/workflows/proactive-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/proactive-update.yaml b/.github/workflows/proactive-update.yaml index a1f6338..604a691 100644 --- a/.github/workflows/proactive-update.yaml +++ b/.github/workflows/proactive-update.yaml @@ -1,7 +1,7 @@ name: Proactively build and cache flake on: schedule: - - cron: "0 3 * * *" + - cron: "0 */6 * * *" push: branches: - "force-build"