Skip to content

Commit

Permalink
Temporarily remove frontend check
Browse files Browse the repository at this point in the history
  • Loading branch information
anli5005 committed Sep 20, 2024
1 parent cb4104e commit 1d30550
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ jobs:
black: false
ruff: true

frontend-check:
name: "Frontend Check"
uses: pennlabs/shared-actions/.github/workflows/[email protected]
with:
path: frontend
nodeVersion: 20.11.1

build-backend:
name: Build backend
runs-on: ubuntu-latest
Expand Down Expand Up @@ -79,7 +72,6 @@ jobs:
with:
name: build-frontend
path: /tmp/image.tar
needs: frontend-check

publish:
name: Publish Images
Expand Down

0 comments on commit 1d30550

Please sign in to comment.