Skip to content

Commit

Permalink
Limit number of parallel runs
Browse files Browse the repository at this point in the history
  • Loading branch information
psomhorst committed Nov 8, 2024
1 parent d79acb1 commit d3a2f1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
test_python_releases:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 1
fail-fast: false
matrix:
os: ["ubuntu-latest"]
Expand Down

0 comments on commit d3a2f1b

Please sign in to comment.