diff --git a/.github/workflows/sync-fork.yml b/.github/workflows/sync-fork.yml deleted file mode 100644 index 4e16b0c8c8..0000000000 --- a/.github/workflows/sync-fork.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Sync Fork - -on: - schedule: - - cron: '0 0 * * *' - workflow_dispatch: - -jobs: - sync: - - runs-on: ubuntu-latest - - steps: - - uses: tgymnich/fork-sync@v1.6.3 - with: - base: master - head: master