Skip to content

Commit e92dcb6

Browse files
authored
ci: add a quick sleep before checking status of automated PR (#899)
1 parent ac392b9 commit e92dcb6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,6 @@ jobs:
7171
run: |
7272
set -eo pipefail
7373
gh pr review "docs/update-to-${SHA}" --approve
74+
sleep 30 # Checks don't always start immediately
7475
gh pr checks "docs/update-to-${SHA}" --watch --fail-fast
7576
gh pr merge "docs/update-to-${SHA}" --squash

0 commit comments

Comments
 (0)