Skip to content

Commit

Permalink
Merge pull request #8262 from OpenMined/rasswanth/re-enable-cd
Browse files Browse the repository at this point in the history
re-enabled cd
  • Loading branch information
rasswanth-s authored Nov 15, 2023
2 parents 52227be + e22f2e3 commit 2f7476a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
deploy-syft:
needs: [merge-docker-images]
if: always() && needs.merge-docker-images.result == 'success' && needs.merge-docker-images.result == 'failure'
if: always() && needs.merge-docker-images.result == 'success'

runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 2f7476a

Please sign in to comment.