From 27aabcb3f638e9b7c23efb63a5f49fa5b7e21e24 Mon Sep 17 00:00:00 2001 From: Erik Burton Date: Tue, 29 Oct 2024 13:39:14 -0700 Subject: [PATCH] chore: decrease ci-core schedule frequency (#15005) --- .github/workflows/ci-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index a900284d0a8..2721ff2c264 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -14,7 +14,7 @@ on: merge_group: pull_request: schedule: - - cron: "0 */1 * * *" + - cron: "0 0,6,12,18 * * *" workflow_dispatch: inputs: distinct_run_name: