Skip to content

Commit cbf50f4

Browse files
committed
android version upgrade: disable other platforms
1 parent 8edae71 commit cbf50f4

File tree

1 file changed

+52
-52
lines changed

1 file changed

+52
-52
lines changed

.github/workflows/dispatch-workflow.yml

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)