Skip to content

Commit

Permalink
ci: set max pararrel to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
donch committed Jan 8, 2024
1 parent bf547c5 commit 4cfc155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-22.04
container: mediadepot/flatcar-developer:${{ matrix.flatcarversion }}
strategy:
max-parallel: 6
max-parallel: 1
matrix:
flatcarversion: ["3602.2.0", "3602.2.1", "3602.2.2", "3602.2.3"]
permissions:
Expand Down

0 comments on commit 4cfc155

Please sign in to comment.