Merge branch '2.7.x' into 3.0.x

Closes gh-36308
pull/37018/head
Andy Wilkinson 1 year ago
commit f61f5216b9

@ -34,3 +34,9 @@ jobs:
- name: Print JVM thread dumps when cancelled - name: Print JVM thread dumps when cancelled
uses: ./.github/actions/print-jvm-thread-dumps uses: ./.github/actions/print-jvm-thread-dumps
if: cancelled() if: cancelled()
- name: Upload build reports
uses: actions/upload-artifact@v3
with:
name: build-reports
path: '**/build/reports/'

Loading…
Cancel
Save