Skip to content

Commit e18f7b5

Browse files
committed
multi dist repo #1
1 parent ab23862 commit e18f7b5

File tree

7 files changed

+16
-6
lines changed

7 files changed

+16
-6
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ jobs:
99
uses: ./.github/workflows/validation-proxy.yml
1010
secrets: inherit
1111
with:
12-
name: "test"
12+
name: "test"
13+
sync:
14+
uses: prototype-test/dist-repo-use-branch_test/.github/workflows/test.yml
15+
secrets: inherit
16+
needs: build

test/ci/.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
name: Test
1010

1111
on:
12+
workflow_call:
1213
schedule:
1314
# ┌───────────── minute (0 - 59)
1415
# │ ┌───────────── hour (0 - 23)

test2/ci/.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
name: Test
1010

1111
on:
12+
workflow_call:
1213
schedule:
1314
# ┌───────────── minute (0 - 59)
1415
# │ ┌───────────── hour (0 - 23)
@@ -32,7 +33,7 @@ on:
3233
env:
3334
target_sync_branch: "main"
3435
upstream_sync_repo: "prototype-validation/dist-repo-use-branch" # 根据实际情况修改
35-
upstream_sync_branch: "main_-_dist_-_test"
36+
upstream_sync_branch: "main_-_dist_-_test2"
3637

3738
jobs:
3839
sync_latest_from_upstream:

test3/ci/.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
name: Test
1010

1111
on:
12+
workflow_call:
1213
schedule:
1314
# ┌───────────── minute (0 - 59)
1415
# │ ┌───────────── hour (0 - 23)
@@ -32,7 +33,7 @@ on:
3233
env:
3334
target_sync_branch: "main"
3435
upstream_sync_repo: "prototype-validation/dist-repo-use-branch" # 根据实际情况修改
35-
upstream_sync_branch: "main_-_dist_-_test"
36+
upstream_sync_branch: "main_-_dist_-_test3"
3637

3738
jobs:
3839
sync_latest_from_upstream:

test4/ci/.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
name: Test
1010

1111
on:
12+
workflow_call:
1213
schedule:
1314
# ┌───────────── minute (0 - 59)
1415
# │ ┌───────────── hour (0 - 23)
@@ -32,7 +33,7 @@ on:
3233
env:
3334
target_sync_branch: "main"
3435
upstream_sync_repo: "prototype-validation/dist-repo-use-branch" # 根据实际情况修改
35-
upstream_sync_branch: "main_-_dist_-_test"
36+
upstream_sync_branch: "main_-_dist_-_test4"
3637

3738
jobs:
3839
sync_latest_from_upstream:

test5/ci/.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
name: Test
1010

1111
on:
12+
workflow_call:
1213
schedule:
1314
# ┌───────────── minute (0 - 59)
1415
# │ ┌───────────── hour (0 - 23)
@@ -32,7 +33,7 @@ on:
3233
env:
3334
target_sync_branch: "main"
3435
upstream_sync_repo: "prototype-validation/dist-repo-use-branch" # 根据实际情况修改
35-
upstream_sync_branch: "main_-_dist_-_test"
36+
upstream_sync_branch: "main_-_dist_-_test5"
3637

3738
jobs:
3839
sync_latest_from_upstream:

test6/ci/.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
name: Test
1010

1111
on:
12+
workflow_call:
1213
schedule:
1314
# ┌───────────── minute (0 - 59)
1415
# │ ┌───────────── hour (0 - 23)
@@ -32,7 +33,7 @@ on:
3233
env:
3334
target_sync_branch: "main"
3435
upstream_sync_repo: "prototype-validation/dist-repo-use-branch" # 根据实际情况修改
35-
upstream_sync_branch: "main_-_dist_-_test"
36+
upstream_sync_branch: "main_-_dist_-_test6"
3637

3738
jobs:
3839
sync_latest_from_upstream:

0 commit comments

Comments
 (0)