Skip to content

Commit

Permalink
ci: add needs for wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Jun 12, 2024
1 parent d9909bc commit debc014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-explorer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:

build_explorer:
runs-on: ubuntu-latest
needs: build-wasm
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
tests_ui:
name: Tests on UI
runs-on: ubuntu-latest
needs: build-wasm
permissions:
contents: write
checks: write
Expand Down

0 comments on commit debc014

Please sign in to comment.