Skip to content

Commit

Permalink
Sleep 5 seconds after status checks are done (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed Jul 11, 2022
1 parent 738823d commit 9fffeb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ esac
{
# Possibly wait for status checks to complete
wait_for_checks &&
# Sleep 5 seconds to add addtional time buffer for status checks
sleep 5 &&

# Unprotect target branch for pull request reviews (if desired)
unprotect &&
Expand Down

0 comments on commit 9fffeb6

Please sign in to comment.