Skip to content

Commit

Permalink
added a wait during syft release
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed Feb 19, 2024
1 parent 4abede7 commit 0b59c73
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 @@ -520,6 +520,12 @@ jobs:
push: "origin gh-pages"
cwd: "./ghpages/"

# Since the post-release tests are dependent on the release being available on PyPI
# we need to wait for PyPI to update before running the post-release tests
- name: Wait for PyPI to update
run: |
sleep 60
# Can we remove the always flag from the below job?
call-cd-post-release-tests:
needs: [deploy-syft]
Expand Down

0 comments on commit 0b59c73

Please sign in to comment.