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"