mirror of
https://github.com/lupyuen/nuttx-release.git
synced 2025-01-12 15:18:30 +08:00
Beware of GitHub API Rate Limits
This commit is contained in:
parent
3f08f4a9c6
commit
d67d82b728
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ function add_runner_hours {
|
|||
| jq '.run_duration_ms'
|
||||
)
|
||||
# Beware of GitHub API Rate Limits
|
||||
sleep 0.1
|
||||
sleep 1
|
||||
if [[ "$run_duration_ms" == "null" ]]; then
|
||||
continue
|
||||
fi
|
||||
|
|
|
@ -42,7 +42,7 @@ function add_runner_hours {
|
|||
| jq '.run_duration_ms'
|
||||
)
|
||||
# Beware of GitHub API Rate Limits
|
||||
sleep 0.1
|
||||
sleep 1
|
||||
if [[ "$run_duration_ms" == "null" ]]; then
|
||||
continue
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue