We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac392b9 commit e92dcb6Copy full SHA for e92dcb6
1 file changed
.github/workflows/update-docs.yml
@@ -71,5 +71,6 @@ jobs:
71
run: |
72
set -eo pipefail
73
gh pr review "docs/update-to-${SHA}" --approve
74
+ sleep 30 # Checks don't always start immediately
75
gh pr checks "docs/update-to-${SHA}" --watch --fail-fast
76
gh pr merge "docs/update-to-${SHA}" --squash
0 commit comments