Skip to content

Commit

Permalink
Limit action runners (#246)
Browse files Browse the repository at this point in the history
* remove merged branch from targets

* limit number of runners more to avoid rate limit
  • Loading branch information
ziw-liu authored Oct 14, 2024
1 parent 866db46 commit 0b301a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
pull_request:
branches:
- main
- unified-api

jobs:
style:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: ${{ matrix.platform }} py${{ matrix.python-version }}
runs-on: ${{ matrix.platform }}
strategy:
max-parallel: 3
max-parallel: 2
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.10", "3.11", "3.12"]
Expand Down

0 comments on commit 0b301a4

Please sign in to comment.