Skip to content

Commit

Permalink
remove sync to gitee due to size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru authored Jun 19, 2024
1 parent 42e1c42 commit f398cdc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/merge-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]:avaotasbc/linux.git

0 comments on commit f398cdc

Please sign in to comment.