Add concurrency in CI (#9855)

This commit is contained in:
Pravin 2025-12-23 16:58:59 +05:30 committed by GitHub
parent 52cf0f8970
commit 48fe0750b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 }}