Skip to content

Commit 3ef707c

Browse files
authored
Merge pull request #2755 from kbenzie/benie/fix-mirror-job
Fix intel/llvm mirror commits job
2 parents 4af6cae + a9d2a17 commit 3ef707c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/mirror-intel-llvm-commits.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Mirror intel/llvm commits
44
on:
55
workflow_dispatch:
66
schedule:
7-
- cron: "0 * * * *"
7+
- cron: "0 0 * * *"
88

99
permissions:
1010
contents: read
@@ -19,12 +19,12 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2121
with:
22-
path: ${{github.workspace}}/unified-runtime
22+
path: unified-runtime
2323
ref: main
2424

2525
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2626
with:
27-
path: ${{github.workspace}}/intel-llvm
27+
path: intel-llvm
2828
repository: intel/llvm
2929
fetch-depth: 0
3030
ref: sycl
@@ -43,3 +43,4 @@ jobs:
4343
with:
4444
title: Mirror intel/llvm commits ${{ steps.date.output.value }}
4545
branch: mirror-commits-${{ steps.date.output.value }}
46+
path: unified-runtime

0 commit comments

Comments
 (0)