Skip to content

Commit

Permalink
feat(test): limit test concurrency (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Apr 15, 2024
1 parent 7544ef4 commit df6272d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ name: PyTest

on:
pull_request:
# The branches below must be a subset of the branches above
branch: master
paths:
- '**.py'
- '**/pytest.yaml'


concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit df6272d

Please sign in to comment.