Delete sync.yml

This commit is contained in:
Travis Plunk 2020-04-30 10:22:09 -07:00 committed by GitHub
parent 902524f621
commit 8128a036f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,18 +0,0 @@
name: Sync Fork
on:
schedule:
- cron: '*/30 * * * *'
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: TG908/fork-sync@v1.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
owner: llvm
base: master
head: master