Skip to content

Commit

Permalink
ci: wait a moment before triggering the webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Aug 20, 2024
1 parent b9da58c commit 830f49d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
needs: [release-hearthstone-data-job]
runs-on: ubuntu-latest
steps:
- name: Give PyPi a moment to update it's caches
run: sleep 30s
- name: Trigger webhook
run: curl -X POST $RELEASE_WEBHOOK_URL --fail
env:
Expand Down

0 comments on commit 830f49d

Please sign in to comment.