Skip to content

Commit a123a74

Browse files
authored
[CI] Update sycl-rel-nightly.yml (#17845)
Fix repo_ref value. I probably didn't notice it when I changed the others.
1 parent 63ab1cb commit a123a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl-rel-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
image_options: ${{ matrix.image_options }}
215215
target_devices: ${{ matrix.target_devices }}
216216
tests_selector: cts
217-
repo_ref: ${{ github.sha }}
217+
repo_ref: ${{ inputs.testing_branch || 'sycl-rel-6_1_0' }}
218218
devops_ref: sycl
219219
sycl_toolchain_artifact: sycl_linux_default
220220
sycl_toolchain_archive: ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}

0 commit comments

Comments
 (0)