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 d3d21a1 commit 674bc2dCopy full SHA for 674bc2d
1 file changed
.github/scripts/fetch-artifacts.sh
@@ -19,7 +19,7 @@ SHA="${HEAD_SHA}"
19
TOKEN="${TOKEN}"
20
API_BASE="https://api.github.com/repos/${REPO}"
21
RETRIES=${RETRIES:-30}
22
-SLEEP_SEC=${SLEEP_SEC:-30}
+SLEEP_SEC=${SLEEP_SEC:-60}
23
ALLOWED_EVENTS=${ALLOWED_EVENTS:-pull_request,pull_request_target}
24
25
mkdir -p artifacts
0 commit comments