diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml deleted file mode 100644 index 81dd98c..0000000 --- a/.github/workflows/sync.yml +++ /dev/null @@ -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