Skip to content

Commit e9ada81

Browse files
authored
Make running emscripten_wasm dependent on sucessfull run of build in ci (#223)
1 parent 786ebee commit e9ada81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -977,6 +977,7 @@ jobs:
977977
timeout-minutes: 30
978978

979979
emscripten_wasm:
980+
needs: [build]
980981
name: ${{ matrix.name }}
981982
runs-on: ${{ matrix.os }}
982983
strategy:

0 commit comments

Comments
 (0)