From 0b03ef73cf6aaaf7089de451fb8aa67e9a98592a Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Tue, 16 Aug 2022 20:23:56 +0200 Subject: [PATCH] Run Windows tests only for releases (#11154) Signed-off-by: Julius Volz Signed-off-by: Julius Volz --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d6fd08755..648049b80 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -141,8 +141,10 @@ workflows: only: /.*/ - test_windows: filters: + branches: + only: /^(release-.*|.*build-all.*)$/ tags: - only: /.*/ + only: /^v2(\.[0-9]+){2}(-.+|[^-.]*)$/ - prometheus/build: name: build parallelism: 3