Run Windows tests only for releases (#11154)

Signed-off-by: Julius Volz <julius.volz@gmail.com>

Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
Julius Volz 2022-08-16 20:23:56 +02:00 committed by GitHub
parent dfc62920c2
commit 0b03ef73cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -141,8 +141,10 @@ workflows:
only: /.*/ only: /.*/
- test_windows: - test_windows:
filters: filters:
branches:
only: /^(release-.*|.*build-all.*)$/
tags: tags:
only: /.*/ only: /^v2(\.[0-9]+){2}(-.+|[^-.]*)$/
- prometheus/build: - prometheus/build:
name: build name: build
parallelism: 3 parallelism: 3