Upload build reports if and only if build has failed
Closes gh-36558
This commit is contained in:
1
.github/workflows/build-pull-request.yml
vendored
1
.github/workflows/build-pull-request.yml
vendored
@@ -37,6 +37,7 @@ jobs:
|
||||
|
||||
- name: Upload build reports
|
||||
uses: actions/upload-artifact@v3
|
||||
if: failure()
|
||||
with:
|
||||
name: build-reports
|
||||
path: '**/build/reports/'
|
||||
|
||||
Reference in New Issue
Block a user