Skip to content

Commit

Permalink
chore: Fix workflow not sleeping after output results (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreylimnardy authored Sep 24, 2024
1 parent 1d2b2d5 commit 9507acd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/await_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ until [[ $found == true && $status == "completed" ]]; do
echo "Job URL: $html_url"
echo ""

sleep $QUERY_INTERVAL

done

if [ "$conclusion" != "success" ]; then
Expand Down

0 comments on commit 9507acd

Please sign in to comment.