Skip to content

Commit 951d923

Browse files
authored
Update sync-main.yml
1 parent 61c17c1 commit 951d923

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/sync-main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
name: automatic sync main branch from llvm-project to llvm test on sycl
1+
name: automatic sync main branch from llvm-project to llvm
22

33
on:
4-
workflow_dispatch:
54
schedule:
65
- cron: '*/10 * * * *'
76
jobs:
87
check:
98
runs-on: ubuntu-latest
10-
119
steps:
1210
- uses: actions/checkout@v2
1311
with:

0 commit comments

Comments
 (0)