Skip to content

Commit

Permalink
fix: mitigate the publishing pipeline race condition with wait
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin committed Jul 12, 2023
1 parent a6383c6 commit 5739f86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/model-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
commit_user_name: "modelmaker[bot] ⚒️"
commit_user_email: modelmaker[bot]@users.noreply.github.com

- name: Sleep for 1 minute
run: sleep 60s
shell: bash

- name: Create release
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit 5739f86

Please sign in to comment.