diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index ae507b9da4..d37dc66656 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -37,6 +37,7 @@ jobs: - name: Upload build reports uses: actions/upload-artifact@v3 + if: failure() with: name: build-reports path: '**/build/reports/'