mirror of
https://github.com/Azure-Samples/graphrag-accelerator.git
synced 2025-10-13 09:48:46 +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: .
|
||||
file: docker/Dockerfile-backend
|
||||
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