mirror of
https://github.com/Azure-Samples/graphrag-accelerator.git
synced 2025-10-13 17:59:37 +00:00
remove frontend build from github cicd
This commit is contained in:
parent
0a9e858103
commit
99c9612e5a
13
.github/workflows/dev.yaml
vendored
13
.github/workflows/dev.yaml
vendored
@ -52,16 +52,3 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: docker/Dockerfile-backend
|
file: docker/Dockerfile-backend
|
||||||
push: false
|
push: false
|
||||||
build-frontend:
|
|
||||||
needs: [lint-check]
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
if: ${{ !github.event.pull_request.draft }}
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Build docker image
|
|
||||||
uses: docker/build-push-action@v2
|
|
||||||
with:
|
|
||||||
context: .
|
|
||||||
file: docker/Dockerfile-frontend
|
|
||||||
push: false
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user