Skip to content

Commit aa26ff6

Browse files
committed
disable non-win flows temporarily
1 parent fb5f8e7 commit aa26ff6

File tree

1 file changed

+67
-67
lines changed

1 file changed

+67
-67
lines changed

.github/workflows/dispatch-workflow.yml

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -46,70 +46,70 @@ jobs:
4646
build-libservo: ${{ inputs.build-libservo }}
4747
bencher: ${{ inputs.bencher }}
4848

49-
macos:
50-
if: ${{ inputs.workflow == 'macos' }}
51-
name: MacOS
52-
uses: ./.github/workflows/mac.yml
53-
secrets: inherit
54-
with:
55-
profile: ${{ inputs.profile }}
56-
build-args: ${{ inputs.build-args }}
57-
wpt: ${{ inputs.wpt }}
58-
unit-tests: ${{ inputs.unit-tests }}
59-
build-libservo: ${{ inputs.build-libservo }}
60-
wpt-args: ${{ inputs.wpt-args }}
61-
bencher: ${{ inputs.bencher }}
62-
63-
macos-arm64:
64-
if: ${{ inputs.workflow == 'macos-arm64' }}
65-
name: MacOS
66-
uses: ./.github/workflows/mac-arm64.yml
67-
secrets: inherit
68-
with:
69-
profile: ${{ inputs.profile }}
70-
build-args: ${{ inputs.build-args }}
71-
wpt: ${{ inputs.wpt }}
72-
unit-tests: ${{ inputs.unit-tests }}
73-
build-libservo: ${{ inputs.build-libservo }}
74-
wpt-args: ${{ inputs.wpt-args }}
75-
bencher: ${{ inputs.bencher }}
76-
77-
linux:
78-
if: ${{ inputs.workflow == 'linux' }}
79-
name: Linux
80-
uses: ./.github/workflows/linux.yml
81-
secrets: inherit
82-
with:
83-
profile: ${{ inputs.profile }}
84-
build-args: ${{ inputs.build-args }}
85-
wpt: ${{ inputs.wpt }}
86-
number-of-wpt-chunks: ${{ inputs.number-of-wpt-chunks }}
87-
unit-tests: ${{ inputs.unit-tests }}
88-
build-libservo: ${{ inputs.build-libservo }}
89-
wpt-args: ${{ inputs.wpt-args }}
90-
bencher: ${{ inputs.bencher }}
91-
coverage: ${{ inputs.coverage }}
92-
93-
lint:
94-
if: ${{ inputs.workflow == 'lint' }}
95-
name: Lint
96-
# Note: The lint workflow does not need access to any secrets.
97-
uses: ./.github/workflows/lint.yml
98-
99-
android:
100-
if: ${{ inputs.workflow == 'android' }}
101-
name: Android
102-
uses: ./.github/workflows/android.yml
103-
secrets: inherit
104-
with:
105-
profile: ${{ inputs.profile }}
106-
bencher: ${{ inputs.bencher }}
107-
108-
ohos:
109-
if: ${{ inputs.workflow == 'ohos' }}
110-
name: OpenHarmony
111-
uses: ./.github/workflows/ohos.yml
112-
secrets: inherit
113-
with:
114-
profile: ${{ inputs.profile }}
115-
bencher: ${{ inputs.bencher }}
49+
# macos:
50+
# if: ${{ inputs.workflow == 'macos' }}
51+
# name: MacOS
52+
# uses: ./.github/workflows/mac.yml
53+
# secrets: inherit
54+
# with:
55+
# profile: ${{ inputs.profile }}
56+
# build-args: ${{ inputs.build-args }}
57+
# wpt: ${{ inputs.wpt }}
58+
# unit-tests: ${{ inputs.unit-tests }}
59+
# build-libservo: ${{ inputs.build-libservo }}
60+
# wpt-args: ${{ inputs.wpt-args }}
61+
# bencher: ${{ inputs.bencher }}
62+
#
63+
# macos-arm64:
64+
# if: ${{ inputs.workflow == 'macos-arm64' }}
65+
# name: MacOS
66+
# uses: ./.github/workflows/mac-arm64.yml
67+
# secrets: inherit
68+
# with:
69+
# profile: ${{ inputs.profile }}
70+
# build-args: ${{ inputs.build-args }}
71+
# wpt: ${{ inputs.wpt }}
72+
# unit-tests: ${{ inputs.unit-tests }}
73+
# build-libservo: ${{ inputs.build-libservo }}
74+
# wpt-args: ${{ inputs.wpt-args }}
75+
# bencher: ${{ inputs.bencher }}
76+
#
77+
# linux:
78+
# if: ${{ inputs.workflow == 'linux' }}
79+
# name: Linux
80+
# uses: ./.github/workflows/linux.yml
81+
# secrets: inherit
82+
# with:
83+
# profile: ${{ inputs.profile }}
84+
# build-args: ${{ inputs.build-args }}
85+
# wpt: ${{ inputs.wpt }}
86+
# number-of-wpt-chunks: ${{ inputs.number-of-wpt-chunks }}
87+
# unit-tests: ${{ inputs.unit-tests }}
88+
# build-libservo: ${{ inputs.build-libservo }}
89+
# wpt-args: ${{ inputs.wpt-args }}
90+
# bencher: ${{ inputs.bencher }}
91+
# coverage: ${{ inputs.coverage }}
92+
#
93+
# lint:
94+
# if: ${{ inputs.workflow == 'lint' }}
95+
# name: Lint
96+
# # Note: The lint workflow does not need access to any secrets.
97+
# uses: ./.github/workflows/lint.yml
98+
#
99+
# android:
100+
# if: ${{ inputs.workflow == 'android' }}
101+
# name: Android
102+
# uses: ./.github/workflows/android.yml
103+
# secrets: inherit
104+
# with:
105+
# profile: ${{ inputs.profile }}
106+
# bencher: ${{ inputs.bencher }}
107+
#
108+
# ohos:
109+
# if: ${{ inputs.workflow == 'ohos' }}
110+
# name: OpenHarmony
111+
# uses: ./.github/workflows/ohos.yml
112+
# secrets: inherit
113+
# with:
114+
# profile: ${{ inputs.profile }}
115+
# bencher: ${{ inputs.bencher }}

0 commit comments

Comments
 (0)