Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 2 additions & 15 deletions .github/workflows/repos-mirror.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MindSpore Gitee repos mirror periodic job
name: MindSpore Gitee repos mirror periodic job test

on:
pull_request:
Expand Down Expand Up @@ -26,19 +26,6 @@ jobs:
account_type: org
clone_style: ssh
force_update: true
static_list: 'mindspore'
debug: true
lfs: true
- name: Mirror the gitee/mindspore org repos to github/mindspore-ai.
uses: Yikun/hub-mirror-action@v1.4
with:
src: gitee/mindspore
dst: github/mindspore-ai
dst_key: ${{ secrets.SYNC_MINDSPORE_PRIVATE_KEY }}
dst_token: ${{ secrets.SYNC_MINDSPORE_TOKEN }}
account_type: org
clone_style: ssh
force_update: true
black_list: 'infrastructure,mindcv,mindformers'
static_list: 'mindscience'
debug: true
lfs: true