@@ -43,55 +43,55 @@ jobs:
4343 build-libservo : ${{ inputs.build-libservo }}
4444 bencher : ${{ inputs.bencher }}
4545
46- macos :
47- if : ${{ inputs.workflow == 'macos' }}
48- name : MacOS
49- uses : ./.github/workflows/mac.yml
50- secrets : inherit
51- with :
52- profile : ${{ inputs.profile }}
53- build-args : ${{ inputs.build-args }}
54- wpt : ${{ inputs.wpt }}
55- unit-tests : ${{ inputs.unit-tests }}
56- build-libservo : ${{ inputs.build-libservo }}
57- wpt-args : ${{ inputs.wpt-args }}
58- bencher : ${{ inputs.bencher }}
59-
60- linux :
61- if : ${{ inputs.workflow == 'linux' }}
62- name : Linux
63- uses : ./.github/workflows/linux.yml
64- secrets : inherit
65- with :
66- profile : ${{ inputs.profile }}
67- build-args : ${{ inputs.build-args }}
68- wpt : ${{ inputs.wpt }}
69- number-of-wpt-chunks : ${{ inputs.number-of-wpt-chunks }}
70- unit-tests : ${{ inputs.unit-tests }}
71- build-libservo : ${{ inputs.build-libservo }}
72- wpt-args : ${{ inputs.wpt-args }}
73- bencher : ${{ inputs.bencher }}
74-
75- lint :
76- if : ${{ inputs.workflow == 'lint' }}
77- name : Lint
78- uses : ./.github/workflows/lint.yml
79- secrets : inherit
80-
81- android :
82- if : ${{ inputs.workflow == 'android' }}
83- name : Android
84- uses : ./.github/workflows/android.yml
85- secrets : inherit
86- with :
87- profile : ${{ inputs.profile }}
88- bencher : ${{ inputs.bencher }}
89-
90- ohos :
91- if : ${{ inputs.workflow == 'ohos' }}
92- name : OpenHarmony
93- uses : ./.github/workflows/ohos.yml
94- secrets : inherit
95- with :
96- profile : ${{ inputs.profile }}
97- bencher : ${{ inputs.bencher }}
46+ # macos:
47+ # if: ${{ inputs.workflow == 'macos' }}
48+ # name: MacOS
49+ # uses: ./.github/workflows/mac.yml
50+ # secrets: inherit
51+ # with:
52+ # profile: ${{ inputs.profile }}
53+ # build-args: ${{ inputs.build-args }}
54+ # wpt: ${{ inputs.wpt }}
55+ # unit-tests: ${{ inputs.unit-tests }}
56+ # build-libservo: ${{ inputs.build-libservo }}
57+ # wpt-args: ${{ inputs.wpt-args }}
58+ # bencher: ${{ inputs.bencher }}
59+ #
60+ # linux:
61+ # if: ${{ inputs.workflow == 'linux' }}
62+ # name: Linux
63+ # uses: ./.github/workflows/linux.yml
64+ # secrets: inherit
65+ # with:
66+ # profile: ${{ inputs.profile }}
67+ # build-args: ${{ inputs.build-args }}
68+ # wpt: ${{ inputs.wpt }}
69+ # number-of-wpt-chunks: ${{ inputs.number-of-wpt-chunks }}
70+ # unit-tests: ${{ inputs.unit-tests }}
71+ # build-libservo: ${{ inputs.build-libservo }}
72+ # wpt-args: ${{ inputs.wpt-args }}
73+ # bencher: ${{ inputs.bencher }}
74+ #
75+ # lint:
76+ # if: ${{ inputs.workflow == 'lint' }}
77+ # name: Lint
78+ # uses: ./.github/workflows/lint.yml
79+ # secrets: inherit
80+ #
81+ # android:
82+ # if: ${{ inputs.workflow == 'android' }}
83+ # name: Android
84+ # uses: ./.github/workflows/android.yml
85+ # secrets: inherit
86+ # with:
87+ # profile: ${{ inputs.profile }}
88+ # bencher: ${{ inputs.bencher }}
89+ #
90+ # ohos:
91+ # if: ${{ inputs.workflow == 'ohos' }}
92+ # name: OpenHarmony
93+ # uses: ./.github/workflows/ohos.yml
94+ # secrets: inherit
95+ # with:
96+ # profile: ${{ inputs.profile }}
97+ # bencher: ${{ inputs.bencher }}
0 commit comments