Skip to content

Commit

Permalink
add needs part
Browse files Browse the repository at this point in the history
Signed-off-by: Chloe Yip <chloe.yip@improving.com>
  • Loading branch information
cyip10 committed Sep 12, 2024
1 parent edac22e commit b7bcde5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ jobs:
fi
drop-deployment-if-validation-fails:
if: ${{ always() }}
needs: [ set-release-version, load-platform-matrix, create-binaries-to-publish, publish-to-maven-central-deployment, test-deployment-on-all-architectures ]
runs-on: ubuntu-latest
steps:
- name: Drop deployment if validation fails
Expand Down

0 comments on commit b7bcde5

Please sign in to comment.