From c7353316b47fb773fb79e8d805fd6aa9a20737a1 Mon Sep 17 00:00:00 2001 From: Vera Reynolds Date: Mon, 17 Jul 2023 11:34:52 -0400 Subject: [PATCH] ci: move nightly to weekly (#230) ## Which problem is this PR solving? - updates https://github.com/honeycombio/telemetry-team/issues/483 ## Short description of the changes - beelines don't see many changes, so no need to overspend CI credits --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 95cedbe..a9d20bb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -132,10 +132,10 @@ jobs: path: coverage workflows: - nightly: + weekly: triggers: - schedule: - cron: "0 0 * * *" + cron: "0 0 * * 0" filters: branches: only: