diff --git a/.github/workflows/forksync.yml b/.github/workflows/forksync.yml deleted file mode 100644 index cca52a89a9..0000000000 --- a/.github/workflows/forksync.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Sync Fork - -on: - schedule: - - cron: '*/30 * * * *' # every 30 minutes - workflow_dispatch: # on button click - -jobs: - sync: - - runs-on: ubuntu-latest - - steps: - - uses: tgymnich/fork-sync@v1.8 - with: - owner: ublue-os - base: startingpoint - head: startingpoint