mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
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:
parent
dfc62920c2
commit
0b03ef73cf
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue