Skip to content

Commit

Permalink
ignore wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbrodsky committed Feb 20, 2024
1 parent b1723ed commit 0e61395
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
vcpkg_commit: a42af01b72c28a8e1d7b48107b33e4f286a55ef6
duckdb_version: v0.10.0
extension_name: h3ext
exclude_archs: "wasm_mvp;wasm_eh;wasm_threads"

# duckdb-stable-deploy:
# name: Deploy extension binaries
Expand All @@ -29,4 +30,4 @@ jobs:
# duckdb_version: v0.10.0
# extension_name: quack
# deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
# deploy_versioned: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
# deploy_versioned: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}

0 comments on commit 0e61395

Please sign in to comment.