From f4ad9aa7eef2d6b8db93a48d50e3a1ba936addd2 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 16 Aug 2026 16:19:23 -0400 Subject: [PATCH] Reduce cron to weekly --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index ecd78fbc25..8c964111a5 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -21,7 +21,7 @@ name: CI Pipeline on: schedule: - - cron: 0 9 * * * + - cron: 0 18 * * 0 push: branches: - dev