Skip to content

Commit

Permalink
CI: set concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Sep 11, 2024
1 parent 4198535 commit 21bd37a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
pull_request:
branches: [main,v*]

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


jobs:
test:
name: ${{ matrix.os }} - ${{ matrix.python-version }}
Expand Down

0 comments on commit 21bd37a

Please sign in to comment.