Skip to content

Commit

Permalink
fix job
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmwang committed Aug 16, 2024
1 parent 6d3b56b commit 9d73c77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cd-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ env:
jobs:
build-backend:
name: Build Backend Image
needs: branch-check
runs-on: ubuntu-latest

steps:
Expand All @@ -33,7 +32,6 @@ jobs:

build-frontend:
name: Build Frontend Image
needs: branch-check
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 9d73c77

Please sign in to comment.