Skip to content

Commit

Permalink
ci(ds): test (#37)
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 25dc30f commit 450a478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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, build-and-test]
needs: [prepare]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -130,7 +130,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: [prepare, build-image-push]
if: always() && ${{ needs.prepare.outputs.deploy == 'true' }}
if: ${{ github.event_name == 'release' && github.event.action == 'published' }}
steps:
- name: Deploy
run: |
Expand Down

0 comments on commit 450a478

Please sign in to comment.