Skip to content

Commit

Permalink
Merge branch 'master' into chromadeck
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Dec 14, 2023
2 parents b7ce7dc + 5c0d8c0 commit 0a6ee83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/chromadeck_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
working-directory: VortexEngine/tests

wasm:
needs: test
runs-on: ubuntu-latest
steps:
- name: Checkout current repository
Expand All @@ -49,7 +50,7 @@ jobs:
working-directory: VortexEngine/VortexLib

docs:
needs: test
needs: wasm
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/chromadeck'
steps:
Expand Down

0 comments on commit 0a6ee83

Please sign in to comment.