Forgot to change rate limit delay

This commit is contained in:
Technocality
2025-07-21 16:05:23 -05:00
parent 442aa29760
commit dfa0dc2e85

View File

@@ -73,7 +73,7 @@ jobs:
- name: Rate limiting delay
if: steps.check-dir.outputs.dir-exists == 'true'
run: sleep 10
run: sleep 5
# Upload changes only if files were updated
- name: Upload changes