Skip to content

Commit

Permalink
chore(CI): Try to run docker build matrix with no parallel limited
Browse files Browse the repository at this point in the history
  • Loading branch information
jim60105 authored Aug 30, 2023
1 parent c882c2c commit 6e1e1bd
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: 2
matrix:
lang:
- en
Expand Down

0 comments on commit 6e1e1bd

Please sign in to comment.