Skip to content

Commit 0961ae6

Browse files
authored
Create sync-fork.yml
1 parent c464e46 commit 0961ae6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/sync-fork.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Sync Fork
2+
3+
on:
4+
schedule:
5+
- cron: '* */12 * * *' # https://crontab.guru/#*_*/12_*_*_*
6+
workflow_dispatch: # on button click
7+
8+
jobs:
9+
sync:
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- uses: tgymnich/[email protected]
14+
with:
15+
owner: llvm
16+
base: master
17+
head: master

0 commit comments

Comments
 (0)