diff --git a/.circleci/config.yml b/.circleci/config.yml index c5abf8975c7f..dc0dd20eb0aa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -270,13 +270,22 @@ workflows: version: 2 build-and-test: jobs: - - build + - build: + filters: + tags: + only: /^[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$/ - test-with-oplog: requires: - build + filters: + tags: + only: /^[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$/ - test-without-oplog: requires: - build + filters: + tags: + only: /^[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$/ - deploy: requires: - test-with-oplog