Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
ci: reinstate SKIP_WASM_BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy-bebug committed Feb 16, 2023
1 parent 903ad7d commit 87eb1e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ concurrency:
env:
CARGO_ARGS: ${{ github.ref == 'refs/heads/develop' && '--release' || '' }}
CARGO_TERM_COLOR: always
SKIP_WASM_BUILD: 1

jobs:
fmt:
Expand Down

0 comments on commit 87eb1e1

Please sign in to comment.