File tree 7 files changed +16
-6
lines changed
test/ci/.github/workflows
test2/ci/.github/workflows
test3/ci/.github/workflows
test4/ci/.github/workflows
test5/ci/.github/workflows
test6/ci/.github/workflows 7 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 9
9
uses : ./.github/workflows/validation-proxy.yml
10
10
secrets : inherit
11
11
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
Original file line number Diff line number Diff line change 9
9
name : Test
10
10
11
11
on :
12
+ workflow_call :
12
13
schedule :
13
14
# ┌───────────── minute (0 - 59)
14
15
# │ ┌───────────── hour (0 - 23)
Original file line number Diff line number Diff line change 9
9
name : Test
10
10
11
11
on :
12
+ workflow_call :
12
13
schedule :
13
14
# ┌───────────── minute (0 - 59)
14
15
# │ ┌───────────── hour (0 - 23)
32
33
env :
33
34
target_sync_branch : " main"
34
35
upstream_sync_repo : " prototype-validation/dist-repo-use-branch" # 根据实际情况修改
35
- upstream_sync_branch : " main_-_dist_-_test "
36
+ upstream_sync_branch : " main_-_dist_-_test2 "
36
37
37
38
jobs :
38
39
sync_latest_from_upstream :
Original file line number Diff line number Diff line change 9
9
name : Test
10
10
11
11
on :
12
+ workflow_call :
12
13
schedule :
13
14
# ┌───────────── minute (0 - 59)
14
15
# │ ┌───────────── hour (0 - 23)
32
33
env :
33
34
target_sync_branch : " main"
34
35
upstream_sync_repo : " prototype-validation/dist-repo-use-branch" # 根据实际情况修改
35
- upstream_sync_branch : " main_-_dist_-_test "
36
+ upstream_sync_branch : " main_-_dist_-_test3 "
36
37
37
38
jobs :
38
39
sync_latest_from_upstream :
Original file line number Diff line number Diff line change 9
9
name : Test
10
10
11
11
on :
12
+ workflow_call :
12
13
schedule :
13
14
# ┌───────────── minute (0 - 59)
14
15
# │ ┌───────────── hour (0 - 23)
32
33
env :
33
34
target_sync_branch : " main"
34
35
upstream_sync_repo : " prototype-validation/dist-repo-use-branch" # 根据实际情况修改
35
- upstream_sync_branch : " main_-_dist_-_test "
36
+ upstream_sync_branch : " main_-_dist_-_test4 "
36
37
37
38
jobs :
38
39
sync_latest_from_upstream :
Original file line number Diff line number Diff line change 9
9
name : Test
10
10
11
11
on :
12
+ workflow_call :
12
13
schedule :
13
14
# ┌───────────── minute (0 - 59)
14
15
# │ ┌───────────── hour (0 - 23)
32
33
env :
33
34
target_sync_branch : " main"
34
35
upstream_sync_repo : " prototype-validation/dist-repo-use-branch" # 根据实际情况修改
35
- upstream_sync_branch : " main_-_dist_-_test "
36
+ upstream_sync_branch : " main_-_dist_-_test5 "
36
37
37
38
jobs :
38
39
sync_latest_from_upstream :
Original file line number Diff line number Diff line change 9
9
name : Test
10
10
11
11
on :
12
+ workflow_call :
12
13
schedule :
13
14
# ┌───────────── minute (0 - 59)
14
15
# │ ┌───────────── hour (0 - 23)
32
33
env :
33
34
target_sync_branch : " main"
34
35
upstream_sync_repo : " prototype-validation/dist-repo-use-branch" # 根据实际情况修改
35
- upstream_sync_branch : " main_-_dist_-_test "
36
+ upstream_sync_branch : " main_-_dist_-_test6 "
36
37
37
38
jobs :
38
39
sync_latest_from_upstream :
You can’t perform that action at this time.
0 commit comments