Skip to content

Commit 0b9d6c0

Browse files
authored
CI: Fix mirror problems (#18)
1 parent 6707531 commit 0b9d6c0

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.github/dependabot.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
# Check for updates to GitHub Actions every week
7+
interval: "weekly"
8+
open-pull-requests-limit: 2
9+
reviewers:
10+
- "Yikun"
11+
- "FFFrog"
12+
- "shink"

.github/workflows/repo-mirror-high.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# Runs at every pull requests submitted in master branch
88
branches: [ master ]
99
schedule:
10-
# Runs at 01:00 UTC (9:00 AM Beijing) every day
10+
# Runs every two hours
1111
- cron: '0 */2 * * *'
1212

1313
jobs:
@@ -27,4 +27,4 @@ jobs:
2727
clone_style: ssh
2828
force_update: true
2929
debug: true
30-
static_list: "pytorch"
30+
static_list: "pytorch, op-plugin, torchair"

.github/workflows/repo-mirror.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Mirror the gitee/ascend org repos to github/ascend.
20-
uses: Yikun/hub-mirror-action@v1.3
20+
uses: Yikun/hub-mirror-action@v1.4
2121
with:
2222
src: gitee/ascend
2323
dst: github/Ascend

0 commit comments

Comments
 (0)