Skip to content

Commit 66220fb

Browse files
askalt0x501D
authored andcommitted
ci: disable linux-wasm-pack
We do not support wasm datafusion for now, so let's disable this job.
1 parent 85ccf13 commit 66220fb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/rust.yml

+1-4
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)