File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -236,3 +236,8 @@ jobs:
236
236
with :
237
237
path : ur-repo/benchmark_results.html
238
238
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:
192
192
id : tests
193
193
run : ninja -C build-e2e check-sycl-e2e || echo "e2e tests have failed. Ignoring failure."
194
194
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
+
195
200
# FIXME: Requires pull-request: write permissions but this is only granted
196
201
# on pull requests from forks if using pull_request_target workflow
197
202
# trigger but not the pull_request trigger..
You can’t perform that action at this time.
0 commit comments