Skip to content

Commit

Permalink
added a max parallel one job
Browse files Browse the repository at this point in the history
  • Loading branch information
ZohebShaikh committed Sep 3, 2024
1 parent 903ef38 commit dbca10d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
needs: check
if: needs.check.outputs.branch-pr == ''
strategy:
max-parallel: 1
matrix:
runs-on: ["ubuntu-latest"] # can add windows-latest, macos-latest
python-version: ["3.10", "3.11"]
Expand Down

0 comments on commit dbca10d

Please sign in to comment.