Skip to content

Commit 637e190

Browse files
committed
Upload build reports if and only if build has failed
Closes gh-36558
1 parent aae8665 commit 637e190

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737

3838
- name: Upload build reports
3939
uses: actions/upload-artifact@v3
40+
if: failure()
4041
with:
4142
name: build-reports
4243
path: '**/build/reports/'

0 commit comments

Comments
 (0)