Skip to content

Commit

Permalink
disable wasm builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Jan 31, 2024
1 parent ffa464b commit e4bd899
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
duckdb_version: 5b391512a8fc7800a0c22d98714e6d8f25c002cf
extension_name: postgres_scanner
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads'

duckdb-stable-deploy:
name: Deploy extension binaries
Expand All @@ -27,4 +28,5 @@ jobs:
with:
duckdb_version: 5b391512a8fc7800a0c22d98714e6d8f25c002cf
extension_name: postgres_scanner
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads'
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}

0 comments on commit e4bd899

Please sign in to comment.