Skip to content

Commit

Permalink
chore(CI): Try to run docker build matrix in 2 parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
jim60105 committed Aug 30, 2023
1 parent 144b358 commit 78aa7cb
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: 1 # only one job at a time
max-parallel: 2
matrix:
lang:
- en
Expand Down

0 comments on commit 78aa7cb

Please sign in to comment.