diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 75224eec7..b51c4cf84 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -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