File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -236,3 +236,8 @@ jobs:
236236 with :
237237 path : ur-repo/benchmark_results.html
238238 key : benchmark-results-${{ matrix.adapter.str_name }}-${{ github.run_id }}
239+
240+ - name : Get information about platform
241+ if : ${{ always() }}
242+ working-directory : ${{ github.workspace }}/ur-repo/
243+ run : .github/scripts/get_system_info.sh
Original file line number Diff line number Diff line change @@ -192,6 +192,11 @@ jobs:
192192 id : tests
193193 run : ninja -C build-e2e check-sycl-e2e || echo "e2e tests have failed. Ignoring failure."
194194
195+ - name : Get information about platform
196+ if : ${{ always() }}
197+ working-directory : ${{github.workspace}}/ur-repo
198+ run : .github/scripts/get_system_info.sh
199+
195200 # FIXME: Requires pull-request: write permissions but this is only granted
196201 # on pull requests from forks if using pull_request_target workflow
197202 # trigger but not the pull_request trigger..
You can’t perform that action at this time.
0 commit comments