Skip to content

Commit 2c8f312

Browse files
authored
Add wait before triggering additional workflows (#1338)
1 parent 223b56b commit 2c8f312

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-python.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,11 @@ jobs:
185185
TWINE_USERNAME: __token__
186186
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
187187

188+
- name: Wait for release to be available
189+
id: wait
190+
run: |
191+
sleep 60
192+
188193
- name: Create release tags for Lambda and K8s Init Containers
189194
run: |
190195
RELEASE_TITLE="New Relic Python Agent ${GITHUB_REF_NAME}.0"

0 commit comments

Comments
 (0)