Skip to content

Commit

Permalink
CI: reduce threads
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Apr 10, 2023
1 parent 9247140 commit 77bc2c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
strategy:
matrix:
branch:
- openwrt-21.02
- master
fail-fast: false
max-parallel: 1
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 77bc2c7

Please sign in to comment.