diff --git a/.github/workflows/merge-linux.yml b/.github/workflows/merge-linux.yml index d68519f379..7049e58f10 100644 --- a/.github/workflows/merge-linux.yml +++ b/.github/workflows/merge-linux.yml @@ -109,15 +109,3 @@ jobs: branch: ${{env.KERNEL_BRANCH}} directory: kernel/dst/${{env.KERNEL_BRANCH}}/${{env.KERNEL_BRANCH}} force: true - - Sync-to-Gitee: - runs-on: ubuntu-latest - needs: [linux-5_10, linux-5_10_oe, linux-5_15, linux-6_1_aosp] - steps: - - name: Sync to Gitee - uses: wearerequired/git-mirror-action@master - env: - SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }} - with: - source-repo: https://github.com/AvaotaSBC/linux.git - destination-repo: git@gitee.com:avaotasbc/linux.git