Skip to content

Commit

Permalink
Merge pull request #8260 from OpenMined/rasswanth/fix_protocol_upgrade
Browse files Browse the repository at this point in the history
delay the build process of images
  • Loading branch information
rasswanth-s authored Nov 15, 2023
2 parents ca0da9c + 2888ab5 commit 9b11efe
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'
if: always() && needs.merge-docker-images.result == 'success' && needs.merge-docker-images.result == 'failure'

runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 9b11efe

Please sign in to comment.