mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 21:11:51 +03:00
ci: fix needs
This commit is contained in:
parent
e718428d50
commit
ff23561e21
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user