Skip to content

Commit

Permalink
Make running emscripten_wasm dependent on sucessfull run of build in …
Browse files Browse the repository at this point in the history
…ci (#223)
  • Loading branch information
mcbarton authored Apr 9, 2024
1 parent 786ebee commit e9ada81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,7 @@ jobs:
timeout-minutes: 30

emscripten_wasm:
needs: [build]
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit e9ada81

Please # to comment.