Skip to content

Commit

Permalink
Merge branch 'master' into spark
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Dec 14, 2023
2 parents 42df464 + 5c0d8c0 commit 05d34c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/spark_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/spark'
steps:
Expand Down

0 comments on commit 05d34c8

Please sign in to comment.