File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 82
82
- uses : ./actions/cached_checkout
83
83
with :
84
84
path : src
85
- ref : ${{ inputs.build_ref || github.ref }}
85
+ ref : ${{ inputs.build_ref || github.sha }}
86
86
cache_path : " /__w/repo_cache/"
87
87
- name : Configure
88
88
env :
@@ -220,7 +220,7 @@ jobs:
220
220
with :
221
221
persist-credentials : false
222
222
path : llvm
223
- ref : ${{ inputs.build_ref || github.ref }}
223
+ ref : ${{ inputs.build_ref || github.sha }}
224
224
# TODO should this action be packed into container as well?
225
225
- uses : ./llvm/devops/actions/e2e-tests
226
226
name : Run SYCL End-to-End tests
Original file line number Diff line number Diff line change 29
29
- uses : actions/checkout@v3
30
30
with :
31
31
path : src
32
- ref : ${{ inputs.build_ref || github.ref }}
32
+ ref : ${{ inputs.build_ref || github.sha }}
33
33
fetch-depth : 1
34
34
- name : Register cleanup after job is finished
35
35
uses : ./src/devops/actions/cleanup
You can’t perform that action at this time.
0 commit comments