mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-11 09:30:13 -04: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
1 changed files with 3 additions and 1 deletions
|
|
@ -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