diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5507d44..b058bfcc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -185,7 +185,6 @@ jobs: build-web: name: Build Web runs-on: ubuntu-latest - needs: [lint, test] steps: - name: Checkout uses: actions/checkout@v4 @@ -219,7 +218,7 @@ jobs: deploy-web: name: Deploy Web if: startsWith(github.ref, 'refs/tags/') - needs: build-web + needs: [lint, test, build-web] runs-on: ubuntu-latest environment: name: github-pages