Skip to content

Commit

Permalink
[wf] max-parallel in certifier-wf
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Nov 8, 2024
1 parent dafab4b commit 268e285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ca_handler_tests_certifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: "certifier_handler_tests"
runs-on: ubuntu-latest
strategy:
# max-parallel: 1
max-parallel: 2
fail-fast: false
matrix:
websrv: ['apache2', 'nginx']
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
# needs: certifier_handler_tests
strategy:
fail-fast: false
# max-parallel: 1
max-parallel: 1
matrix:
rhversion: [8, 9]
steps:
Expand Down

0 comments on commit 268e285

Please sign in to comment.