diff --git a/.circleci/config.yml b/.circleci/config.yml index 58dce45d..81e09ab3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -500,6 +500,13 @@ workflows: name: Run system tests requires: - build 1.25.4 on amd64 WAF ON + triggers: + - schedule: + cron: 0 3 * * 1 + filters: + branches: + only: + - master when: and: - not: << pipeline.git.tag >> diff --git a/.circleci/src/workflows/build-and-test.yml b/.circleci/src/workflows/build-and-test.yml index dbf5b730..dfe87a59 100644 --- a/.circleci/src/workflows/build-and-test.yml +++ b/.circleci/src/workflows/build-and-test.yml @@ -1,3 +1,10 @@ +triggers: + - schedule: + cron: "0 3 * * 1" + filters: + branches: + only: + - master when: and: - not: << pipeline.git.tag >>