Skip to content

Commit 281d763

Browse files
authored
Set test collector to only run on main
1 parent b70f139 commit 281d763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ steps:
109109
- test-collector#v1.10.2:
110110
files: "build/test-*.xml"
111111
format: "junit"
112-
# branches: "main"
112+
branches: "main"
113113
debug: true
114114

115115
- label: "E2E Test"
@@ -124,7 +124,7 @@ steps:
124124
- test-collector#v1.10.2:
125125
files: "build/test-*.xml"
126126
format: "junit"
127-
# branches: "main"
127+
branches: "main"
128128
debug: true
129129

130130
- label: ":junit: Junit annotate"

0 commit comments

Comments
 (0)