mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
Wider random range
This commit is contained in:
parent
af9cac1fb3
commit
a9cac4e096
2
.github/workflows/build-tests-ubuntu.yml
vendored
2
.github/workflows/build-tests-ubuntu.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
|||||||
Library-
|
Library-
|
||||||
|
|
||||||
- name: Random Delay (to avoid activation rate limits)
|
- name: Random Delay (to avoid activation rate limits)
|
||||||
run: sleep $((RANDOM % 15))
|
run: sleep $((RANDOM % 60))
|
||||||
|
|
||||||
###########################
|
###########################
|
||||||
# Build #
|
# Build #
|
||||||
|
Loading…
Reference in New Issue
Block a user