We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ab1cb commit a123a74Copy full SHA for a123a74
.github/workflows/sycl-rel-nightly.yml
@@ -214,7 +214,7 @@ jobs:
214
image_options: ${{ matrix.image_options }}
215
target_devices: ${{ matrix.target_devices }}
216
tests_selector: cts
217
- repo_ref: ${{ github.sha }}
+ repo_ref: ${{ inputs.testing_branch || 'sycl-rel-6_1_0' }}
218
devops_ref: sycl
219
sycl_toolchain_artifact: sycl_linux_default
220
sycl_toolchain_archive: ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
0 commit comments