Skip to content

Commit

Permalink
Merge pull request #145 from conductor-sdk/fix-release-pipeline
Browse files Browse the repository at this point in the history
Added workflow dependency for continuous delivery
  • Loading branch information
gardusig authored Jan 13, 2023
2 parents 11d99d7 + d50797a commit db52ff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Wait for package to become available at pypi
run: sleep 300
validate-release:
needs: wait-for-package-to-become-available-at-pypi
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit db52ff0

Please sign in to comment.