Skip to content

Commit

Permalink
feat: Change order of tags and run parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagobraga committed Mar 8, 2024
1 parent 448e27a commit 6acb2e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: true
max-parallel: 1
matrix: { type: [quality, nginx-fpm-prod, nginx-fpm-dev, fpm-prod, fpm-dev] }
max-parallel: 5
matrix: { type: [fpm-dev, fpm-prod, nginx-fpm-dev, nginx-fpm-prod, quality] }

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6acb2e6

Please sign in to comment.