Skip to content

Commit

Permalink
chore(test): limit mypy gh runner concurrency (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Apr 24, 2024
1 parent ea568c9 commit 09ce6bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: MyPy

on: pull_request

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

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

0 comments on commit 09ce6bf

Please sign in to comment.