From dcd19b6da030bc19f3695a64db4d82172638a1f2 Mon Sep 17 00:00:00 2001 From: Max Richter Date: Sun, 7 Apr 2024 16:00:57 +0200 Subject: [PATCH] ci: only use 3 parallel uploaders --- .github/workflows/default.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index 3139bfd..369722b 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -47,11 +47,6 @@ jobs: path: node_modules/.astro key: ${{ runner.os }}-astro-v1 - - name: print modifify time of the first file under node_modules/.astro without using find - run: | - ls -lt node_modules/.astro/assets | grep "^-" | head -n 1 | awk '{print $6, $7, $8}' - - - name: 🔄 Pull Git LFS files run: git lfs pull @@ -69,7 +64,7 @@ jobs: pass: ${{ secrets.FTP_PASSWORD }} onlyNewer: true restoreMTime: false - parallel: '4' + parallel: '3' settings: 'sftp:auto-confirm=yes' localDir: 'dist' remoteDir: '/share/new-website'