Skip to content

Commit

Permalink
ci: move nightly to weekly (#230)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

- updates honeycombio/telemetry-team#483

## Short description of the changes

- beelines don't see many changes, so no need to overspend CI credits
  • Loading branch information
vreynolds authored Jul 17, 2023
1 parent 394a49c commit c735331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ jobs:
path: coverage

workflows:
nightly:
weekly:
triggers:
- schedule:
cron: "0 0 * * *"
cron: "0 0 * * 0"
filters:
branches:
only:
Expand Down

0 comments on commit c735331

Please sign in to comment.