Skip to content

Commit

Permalink
ci: disable linux-wasm-pack
Browse files Browse the repository at this point in the history
We do not support wasm datafusion for now, so let's
disable this job.
  • Loading branch information
askalt committed Feb 5, 2025
1 parent 4ccaa78 commit df20563
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,7 @@ jobs:

linux-wasm-pack:
name: build with wasm-pack
if: (github.event_name == 'push') ||
(github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name != github.repository) ||
(github.event_name == 'workflow_dispatch')
if: false
runs-on: ubuntu-latest
container:
image: amd64/rust
Expand Down

0 comments on commit df20563

Please sign in to comment.