From 64e30ba7db9f84a8e6845aff070d2b538f419ff1 Mon Sep 17 00:00:00 2001 From: helenanull Date: Wed, 6 Sep 2023 14:20:41 +0300 Subject: [PATCH] weekly> --- .circleci/config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index dfceb21..9f4e7ce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,3 +7,15 @@ workflows: - cypress/run: cypress-command: 'npx cypress run --parallel --record' parallelism: 2 + weekly: + triggers: + - schedule: + cron: "0 0 * * 0" + filters: + branches: + only: + - main + jobs: + - cypress/run: + cypress-command: 'npx cypress run --parallel --record' + parallelism: 2