Skip to content

Commit

Permalink
[CI][CTS] Fix CTS branch name (#15781)
Browse files Browse the repository at this point in the history
The branch was renamed to simple "main".
  • Loading branch information
KornevNikita authored Oct 21, 2024
1 parent b7858de commit 0c7e1cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sycl-linux-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ jobs:
with:
path: khronos_sycl_cts
repository: 'KhronosGroup/SYCL-CTS'
ref: 'SYCL-2020'
default_branch: 'SYCL-2020'
ref: 'main'
default_branch: 'main'
cache_path: "/__w/repo_cache/"
- name: SYCL CTS GIT submodules init
if: inputs.tests_selector == 'cts'
Expand Down

0 comments on commit 0c7e1cb

Please sign in to comment.