Add concurrency in CI

This commit is contained in:
Pravin Kamble 2025-12-20 11:17:50 +05:30
parent 055c422b34
commit e88be33bef

View File

@ -6,6 +6,10 @@ on:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
name: Python ${{ matrix.python-version }}