Skip to content

Commit

Permalink
Added post release tests to cd-syft release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Feb 15, 2024
1 parent b025faa commit cb5cca8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cd-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -514,3 +514,9 @@ jobs:
add: "helm/"
push: "origin gh-pages"
cwd: "./ghpages/"

# Can we remove the always flag from the below job?
call-cd-post-release-tests:
needs: [deploy-syft]
if: always() && github.repository == 'OpenMined/PySyft' && needs.deploy-syft.result == 'success' # don't run on forks
uses: OpenMined/PySyft/.github/workflows/cd-post-release-tests.yml

0 comments on commit cb5cca8

Please sign in to comment.