Browse Source

Upload build reports if and only if build has failed

Closes gh-36558
pull/36620/head
Andy Wilkinson 2 years ago
parent
commit
637e190e76
  1. 1
      .github/workflows/build-pull-request.yml

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

@ -37,6 +37,7 @@ jobs: @@ -37,6 +37,7 @@ jobs:
- name: Upload build reports
uses: actions/upload-artifact@v3
if: failure()
with:
name: build-reports
path: '**/build/reports/'

Loading…
Cancel
Save