@@ -160,7 +160,7 @@ jobs:
160160    uses : ./.github/workflows/sycl-linux-run-tests.yml 
161161    secrets : inherit 
162162    with :
163-       name : " Benchmarks (${{ matrix.runner }}, ${{ matrix.backend }}, preset: ${{ matrix .preset }})" 
163+       name : " Benchmarks (${{ matrix.runner }}, ${{ matrix.backend }}, preset: ${{ inputs .preset }})" 
164164      runner : ${{ matrix.runner }} 
165165      image : ghcr.io/intel/llvm/sycl_ubuntu2404_nightly:latest 
166166      image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN 
@@ -234,7 +234,7 @@ jobs:
234234      build_image : " ghcr.io/intel/llvm/sycl_ubuntu2404_nightly:latest" 
235235      cc : clang 
236236      cxx : clang++ 
237-       changes : ${{ needs.detect_changes.outputs.filters }} 
237+       changes : ' [] ' 
238238      toolchain_artifact : sycl_linux_default 
239239
240240  #  TODO: When we have stable BMG runner(s), consider moving this job to that runner.
@@ -255,7 +255,7 @@ jobs:
255255      benchmark_dry_run : true 
256256      benchmark_exit_on_failure : true 
257257      repo_ref : ${{ github.sha }} 
258-       toolchain_artifact : ${{ needs.build .outputs.toolchain_artifact }} 
259-       toolchain_artifact_filename : ${{ needs.build .outputs.toolchain_artifact_filename }} 
260-       toolchain_decompress_command : ${{ needs.build .outputs.toolchain_decompress_command }} 
258+       toolchain_artifact : ${{ needs.build_pr .outputs.toolchain_artifact }} 
259+       toolchain_artifact_filename : ${{ needs.build_pr .outputs.toolchain_artifact_filename }} 
260+       toolchain_decompress_command : ${{ needs.build_pr .outputs.toolchain_decompress_command }} 
261261  #  END benchmark framework builds and runs on PRs path
0 commit comments