diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e634766..9f0c90e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: test-tauri: name: Tauri Build Test runs-on: ${{ matrix.platform }} - needs: [webapp-build, website-build] + needs: [webapp-build] if: ${{ needs.paths.outputs.webapp == 'true' }} strategy: fail-fast: false