Attempt to reduce the rate limit wait

This commit is contained in:
Technocality
2025-07-21 15:38:26 -05:00
parent 357944fac1
commit 323f063f88

View File

@@ -57,7 +57,7 @@ jobs:
fi
- name: Rate limiting delay
run: sleep 10
run: sleep 5
# Check if there are changes and upload them
- name: Check for changes