We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85adfa4 commit a3bbc11Copy full SHA for a3bbc11
.github/workflows/sync-main.yml
@@ -2,7 +2,7 @@ name: automatic sync main branch from llvm-project to llvm
2
3
on:
4
schedule:
5
- - cron: '/10 * * * *'
+ - cron: '*/10 * * * *'
6
jobs:
7
sync:
8
runs-on: ubuntu-latest
0 commit comments