Delete .github/workflows/sync.yml

This commit is contained in:
vijaychandar186 2026-03-30 02:46:07 -04:00 committed by GitHub
parent b5ed58c2c5
commit 771ec0f4c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,23 +0,0 @@
name: Sync Fork
on:
schedule:
- cron: "0 3 * * *"
workflow_dispatch:
permissions:
contents: write
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: GitHub Forks Sync Action
uses: TobKed/github-forks-sync-action@v0.2.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
upstream_repository: rasbt/LLMs-from-scratch
upstream_branch: main
target_branch: main
force: false