Skip to content

Commit 1b85868

Browse files
authored
[Windows] Upload pass rate report only for main branch (#3194)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent f27ed9d commit 1b85868

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ jobs:
115115
"
116116
117117
- name: Upload pass rate report
118+
# upload reports only for the default branch
119+
if: github.ref_name == 'main'
118120
uses: actions/upload-artifact@v4
119121
with:
120122
name: pass_rate

0 commit comments

Comments
 (0)