Skip to content

Commit e507459

Browse files
authored
[CI] Replace scheduled main branch sync with manual. (#8694)
Automatic synchronization will be performed by Intel internal automation without using this action at all. Keep it for a manual trigger possibility for now though.
1 parent cb280ea commit e507459

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sync-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: automatic sync main branch from llvm-project to llvm
1+
name: main branch sync
22

33
on:
4-
schedule:
5-
- cron: '0 */1 * * *'
4+
workflow_dispatch:
5+
66
jobs:
77
sync:
88
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)