Skip to content

Commit a194509

Browse files
authored
[GitHub Actions] Update main branch sync schedule
Update "each hour" instead of "each 10 minutes".
1 parent 33e61ff commit a194509

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 */1 * * *'
66
jobs:
77
sync:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)