From ff23561e21142847f80c7b6513bb258b17dc1223 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Thu, 3 Aug 2023 00:25:31 -0700 Subject: [PATCH] ci: fix needs --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8bb63ca6f6..f0063dadd7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,6 +77,7 @@ jobs: name: server-dist path: ./apps/server/dist if-no-files-found: error + build-docs: name: Build Docs runs-on: ubuntu-latest @@ -502,7 +503,9 @@ jobs: if: github.ref == 'refs/heads/master' name: Build Docker runs-on: ubuntu-latest - needs: build-server + needs: + - build-server + - build-core steps: - uses: actions/checkout@v3 - name: Download core artifact