Skip to content

Commit

Permalink
chore(CI): Add max-parallel to try to prevent cache connection timed out
Browse files Browse the repository at this point in the history
  • Loading branch information
jim60105 authored Oct 8, 2023
1 parent aaa76a1 commit 04dd59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
# max-parallel: 2
max-parallel: 10
matrix:
lang:
- en
Expand Down

0 comments on commit 04dd59d

Please sign in to comment.