multi dist repo #1 #38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test all | |
# 这里通过手动触发器触发,也可以自定义其他触发方式 | |
on: | |
workflow_call: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
jobs: | |
test: | |
uses: ./.github/workflows/validation-proxy.yml | |
needs: [] | |
secrets: inherit | |
with: | |
name: "test" | |
repo_name: "prototype-test/dist-repo-use-branch_test" | |
upstream_dist_path: "test" | |
test2: | |
uses: ./.github/workflows/validation-proxy.yml | |
needs: [] | |
secrets: inherit | |
with: | |
name: "test2" | |
repo_name: "prototype-test/dist-repo-use-branch_test2" | |
upstream_dist_path: "test2" | |
test3: | |
uses: ./.github/workflows/validation-proxy.yml | |
needs: [] | |
secrets: inherit | |
with: | |
name: "test3" | |
repo_name: "prototype-test/dist-repo-use-branch_test3" | |
upstream_dist_path: "test3" | |
test4: | |
uses: ./.github/workflows/validation-proxy.yml | |
needs: [] | |
secrets: inherit | |
with: | |
name: "test4" | |
repo_name: "prototype-test/dist-repo-use-branch_test4" | |
upstream_dist_path: "test4" | |
test5: | |
uses: ./.github/workflows/validation-proxy.yml | |
needs: [] | |
secrets: inherit | |
with: | |
name: "test5" | |
repo_name: "prototype-test/dist-repo-use-branch_test5" | |
upstream_dist_path: "test5" | |
test6: | |
uses: ./.github/workflows/validation-proxy.yml | |
needs: [] | |
secrets: inherit | |
with: | |
name: "test6" | |
repo_name: "prototype-test/dist-repo-use-branch_test6" | |
upstream_dist_path: "test6" | |
test7: | |
uses: ./.github/workflows/validation-proxy.yml | |
needs: [] | |
secrets: inherit | |
with: | |
name: "test7" | |
repo_name: "prototype-test/dist-repo-use-branch_test7" | |
upstream_dist_path: "test7" | |
test8: | |
uses: ./.github/workflows/validation-proxy.yml | |
needs: [] | |
secrets: inherit | |
with: | |
name: "test8" | |
repo_name: "prototype-test/dist-repo-use-branch_test8" | |
upstream_dist_path: "test8" | |
test9: | |
uses: ./.github/workflows/validation-proxy.yml | |
needs: [] | |
secrets: inherit | |
with: | |
name: "test9" | |
repo_name: "prototype-test/dist-repo-use-branch_test9" | |
upstream_dist_path: "test9" | |
test10: | |
uses: ./.github/workflows/validation-proxy.yml | |
needs: [] | |
secrets: inherit | |
with: | |
name: "test10" | |
repo_name: "prototype-test/dist-repo-use-branch_test10" | |
upstream_dist_path: "test10" | |
test11: | |
uses: ./.github/workflows/validation-proxy.yml | |
needs: [] | |
secrets: inherit | |
with: | |
name: "test11" | |
repo_name: "prototype-test/dist-repo-use-branch_test11" | |
upstream_dist_path: "test11" |