File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: Mirror intel/llvm commits
4
4
on :
5
5
workflow_dispatch :
6
6
schedule :
7
- - cron : " 0 * * * *"
7
+ - cron : " 0 0 * * *"
8
8
9
9
permissions :
10
10
contents : read
@@ -19,12 +19,12 @@ jobs:
19
19
steps :
20
20
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
21
21
with :
22
- path : ${{github.workspace}}/ unified-runtime
22
+ path : unified-runtime
23
23
ref : main
24
24
25
25
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
26
26
with :
27
- path : ${{github.workspace}}/ intel-llvm
27
+ path : intel-llvm
28
28
repository : intel/llvm
29
29
fetch-depth : 0
30
30
ref : sycl
43
43
with :
44
44
title : Mirror intel/llvm commits ${{ steps.date.output.value }}
45
45
branch : mirror-commits-${{ steps.date.output.value }}
46
+ path : unified-runtime
You can’t perform that action at this time.
0 commit comments