From 3f9fd4c887637b169592a2d20ea80b9f09f6c607 Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Wed, 29 Apr 2026 20:38:18 +0200 Subject: [PATCH] Change CI cron schedule to weekly Updated cron schedule to run weekly instead of every 12 hours. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e3e0560..4995fde 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,7 +5,7 @@ on: push: branches: ['main'] schedule: - - cron: '0 */12 * * *' + - cron: '0 0 * * 0' jobs: test: