Skip to content

Commit

Permalink
CI: Fix mirror problems (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
shink authored Dec 6, 2024
1 parent 6707531 commit 0b9d6c0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
open-pull-requests-limit: 2
reviewers:
- "Yikun"
- "FFFrog"
- "shink"
4 changes: 2 additions & 2 deletions .github/workflows/repo-mirror-high.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
# Runs at every pull requests submitted in master branch
branches: [ master ]
schedule:
# Runs at 01:00 UTC (9:00 AM Beijing) every day
# Runs every two hours
- cron: '0 */2 * * *'

jobs:
Expand All @@ -27,4 +27,4 @@ jobs:
clone_style: ssh
force_update: true
debug: true
static_list: "pytorch"
static_list: "pytorch, op-plugin, torchair"
2 changes: 1 addition & 1 deletion .github/workflows/repo-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Mirror the gitee/ascend org repos to github/ascend.
uses: Yikun/hub-mirror-action@v1.3
uses: Yikun/hub-mirror-action@v1.4
with:
src: gitee/ascend
dst: github/Ascend
Expand Down

0 comments on commit 0b9d6c0

Please sign in to comment.