Skip to content

Commit 4e181e0

Browse files
committed
Disable wasm ci
1 parent 941e220 commit 4e181e0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,16 @@ jobs:
8787
runner: ${{ vars.MAC_SELF_HOSTED_RUNNER_LABELS || '"macos-latest"' }}
8888
test: true
8989

90-
test-wasm:
91-
name: Test WASM
92-
needs: [check-changed]
93-
if: ${{ needs.check-changed.outputs.code_changed == 'true' }}
94-
uses: ./.github/workflows/reusable-build.yml
95-
with:
96-
target: wasm32-wasip1-threads
97-
profile: "ci"
98-
runner: ${{ vars.LINUX_SELF_HOSTED_RUNNER_LABELS || '"ubuntu-22.04"' }}
99-
test: true
90+
# test-wasm:
91+
# name: Test WASM
92+
# needs: [check-changed]
93+
# if: ${{ needs.check-changed.outputs.code_changed == 'true' }}
94+
# uses: ./.github/workflows/reusable-build.yml
95+
# with:
96+
# target: wasm32-wasip1-threads
97+
# profile: "ci"
98+
# runner: ${{ vars.LINUX_SELF_HOSTED_RUNNER_LABELS || '"ubuntu-22.04"' }}
99+
# test: true
100100

101101
check-codspeed:
102102
name: Check Bench Result

0 commit comments

Comments
 (0)