mirror of https://github.com/prometheus/prometheus
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>pull/11180/head
parent
dfc62920c2
commit
0b03ef73cf
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue