Skip to content

Commit

Permalink
limit concurrency for nightly job
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Jan 5, 2025
1 parent 7c34d84 commit 2feb332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
wheel:
if: github.repository == 'pyg-team/pyg-lib'
runs-on: ${{ matrix.os }}

strategy:
max-parallel: 10
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-14, windows-2019]
Expand Down

0 comments on commit 2feb332

Please sign in to comment.