mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-12-24 10:32:52 +03:00
Add concurrency in CI (#9855)
This commit is contained in:
parent
52cf0f8970
commit
48fe0750b5
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user