Skip to content

Commit

Permalink
Disable WASM test
Browse files Browse the repository at this point in the history
  • Loading branch information
tylercreller committed Jan 28, 2025
1 parent e532442 commit c768fd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ jobs:
name: "WASM Tests"
runs-on: "ubuntu-latest"
needs: "paths-filter"
if: |
needs.paths-filter.outputs.codechange == 'true'
if: false
steps:
- uses: "actions/checkout@v4"
- uses: "authzed/actions/setup-go@main"
Expand Down

0 comments on commit c768fd6

Please sign in to comment.