Skip to content

Commit

Permalink
chore: remove required backend build step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmueller committed Jun 7, 2024
1 parent c30e76c commit 840650c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ jobs:
defaults:
run:
working-directory: ./bciers
needs: backend-docker-build
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -196,7 +195,6 @@ jobs:
defaults:
run:
working-directory: ./bciers
needs: backend-docker-build
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 840650c

Please sign in to comment.