We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4af6cae + a9d2a17 commit 3ef707cCopy full SHA for 3ef707c
1 file changed
.github/workflows/mirror-intel-llvm-commits.yml
@@ -4,7 +4,7 @@ name: Mirror intel/llvm commits
4
on:
5
workflow_dispatch:
6
schedule:
7
- - cron: "0 * * * *"
+ - cron: "0 0 * * *"
8
9
permissions:
10
contents: read
@@ -19,12 +19,12 @@ jobs:
19
steps:
20
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
21
with:
22
- path: ${{github.workspace}}/unified-runtime
+ path: unified-runtime
23
ref: main
24
25
26
27
- path: ${{github.workspace}}/intel-llvm
+ path: intel-llvm
28
repository: intel/llvm
29
fetch-depth: 0
30
ref: sycl
@@ -43,3 +43,4 @@ jobs:
43
44
title: Mirror intel/llvm commits ${{ steps.date.output.value }}
45
branch: mirror-commits-${{ steps.date.output.value }}
46
0 commit comments