Skip to content

Commit 0d2ba66

Browse files
authored
Update the sync frequency to hourly
1 parent 951d923 commit 0d2ba66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: automatic sync main branch from llvm-project to llvm
22

33
on:
44
schedule:
5-
- cron: '*/10 * * * *'
5+
- cron: '0 * * * *'
66
jobs:
77
check:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)