Skip to content

Commit

Permalink
ci: fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
indrif committed Nov 15, 2024
1 parent 7b3d258 commit 10bff09
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
build-prod:
name: Build for prod env
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
needs:
- test-backend
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -56,7 +53,6 @@ jobs:
name: Deploy to production
needs: build-prod
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: chrnorm/deployment-action@releases/v1
name: Create GitHub deployment
Expand Down

0 comments on commit 10bff09

Please sign in to comment.