Skip to content

Commit

Permalink
ci: move nightly to weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
vreynolds authored Jul 14, 2023
1 parent 7fc5eaa commit 0a7bca6
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 @@ -112,10 +112,10 @@ jobs:
- run: npm publish

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

0 comments on commit 0a7bca6

Please sign in to comment.