Skip to content

Commit

Permalink
ci(ds): ds (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: André Caiado da Silva <[email protected]>
  • Loading branch information
andrecaiado and acaiado authored Mar 8, 2024
1 parent 450a478 commit 10da9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
build-image-push:
if: always()
runs-on: ubuntu-latest
needs: [prepare]
needs: [prepare, build-and-test]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 10da9cf

Please sign in to comment.