Skip to content

Commit 3300604

Browse files
committed
ci: disable linux-wasm-pack
We do not support wasm datafusion for now, so let's disable this job.
1 parent df73f17 commit 3300604

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,7 @@ jobs:
261261

262262
linux-wasm-pack:
263263
name: build with wasm-pack
264-
if: (github.event_name == 'push') ||
265-
(github.event_name == 'pull_request' &&
266-
github.event.pull_request.head.repo.full_name != github.repository) ||
267-
(github.event_name == 'workflow_dispatch')
264+
if: false
268265
runs-on: ubuntu-latest
269266
container:
270267
image: amd64/rust

0 commit comments

Comments
 (0)