Skip to content

Commit 893ca43

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

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
@@ -257,10 +257,7 @@ jobs:
257257

258258
linux-wasm-pack:
259259
name: build with wasm-pack
260-
if: (github.event_name == 'push') ||
261-
(github.event_name == 'pull_request' &&
262-
github.event.pull_request.head.repo.full_name != github.repository) ||
263-
(github.event_name == 'workflow_dispatch')
260+
if: false
264261
runs-on: ubuntu-latest
265262
container:
266263
image: amd64/rust

0 commit comments

Comments
 (0)