Skip to content

Commit

Permalink
ci: disable parallel workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep authored Mar 2, 2025
1 parent 1bb1f03 commit 1f07b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 2
max-parallel: 1
matrix:
java: [ 11.0.x, 12, 17, 21 ]

Expand Down

0 comments on commit 1f07b13

Please sign in to comment.