[CI] shorten waiting times for packagist and deploy to speed-up process

This commit is contained in:
Tomas Votruba 2022-06-06 11:35:54 +02:00
parent 3ae5f0c834
commit 1c64bb1fb0
4 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ jobs:
-
name: "Wait before checkout rectorphp/rector-src on create a tag"
if: "startsWith(github.ref, 'refs/tags/')"
run: sleep 60
run: sleep 20
-
uses: actions/checkout@v3

View File

@ -39,7 +39,7 @@ jobs:
coverage: none
# wait for deploy to packagist
- run: sleep 70
- run: sleep 40
- run: |
mkdir standalone

View File

@ -27,7 +27,7 @@ jobs:
coverage: none
# wait for deploy to packagist
- run: sleep 70
- run: sleep 40
-
run: |

View File

@ -21,7 +21,7 @@ jobs:
coverage: none
# wait for deploy to packagist
- run: sleep 70
- run: sleep 40
-
run: composer install --ansi