diff --git a/.circleci/config.yml b/.circleci/config.yml index 73b92f27..1926c422 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,3 +51,16 @@ workflows: only: - master - staging + weekly: + jobs: + - test + - deploy: + requires: + - test + triggers: + - schedule: + cron: "0 0 * * 1" + filters: + branches: + only: + - staging