Skip to content

Commit c72af80

Browse files
authored
[CI] Replace build_ref in sycl-windows-build (#16642)
#16621 (comment)
1 parent ed1b6fd commit c72af80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sycl-windows-build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
type: string
88
required: false
99
default: "default"
10-
build_ref:
11-
type: string
12-
required: false
1310
build_configure_extra_args:
1411
type: string
1512
required: false
@@ -18,6 +15,9 @@ on:
1815
description: 'Filter matches for the changed files in the PR'
1916
default: '[llvm, clang, sycl, llvm_spirv, xptifw, libclc, libdevice]'
2017
required: false
18+
ref:
19+
type: string
20+
required: False
2121
merge_ref:
2222
description: |
2323
Commit-ish to merge post-checkout if non-empty. Must be reachable from
@@ -105,7 +105,7 @@ jobs:
105105
- uses: ./devops/actions/cached_checkout
106106
with:
107107
path: src
108-
ref: ${{ inputs.build_ref || github.sha }}
108+
ref: ${{ inputs.ref || github.sha }}
109109
merge_ref: ${{ inputs.merge_ref }}
110110
cache_path: "D:\\\\github\\\\_work\\\\repo_cache\\\\"
111111
- name: Configure

0 commit comments

Comments
 (0)