Skip to content

Commit a3bbc11

Browse files
authored
[Github Action] Update cron to run main branch sync every 10 min (#2933)
1 parent 85adfa4 commit a3bbc11

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

0 commit comments

Comments
 (0)