From 77bc2c7460220b10308eea90c270e76b605ac3f0 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Thu, 6 Apr 2023 04:30:36 +0800 Subject: [PATCH] CI: reduce threads Signed-off-by: Tianling Shen --- .github/workflows/update-mirror.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update-mirror.yml b/.github/workflows/update-mirror.yml index 91e8d9d..24069d3 100644 --- a/.github/workflows/update-mirror.yml +++ b/.github/workflows/update-mirror.yml @@ -16,7 +16,6 @@ jobs: strategy: matrix: branch: - - openwrt-21.02 - master fail-fast: false max-parallel: 1 @@ -51,7 +50,7 @@ jobs: cd "immortalwrt" echo -e "CONFIG_ALL=y" > ".config" make defconfig - make download -j128 + make download -j8 find dl -size -1024c -exec rm -f {} \; - name: Fetch Cached Uploaded Files List