diff --git a/.github/workflows/pytest-ci.yml b/.github/workflows/pytest-ci.yml index d500e45..0743a8b 100644 --- a/.github/workflows/pytest-ci.yml +++ b/.github/workflows/pytest-ci.yml @@ -5,7 +5,7 @@ on: pull_request: branches: - "**" -name: Run tests +name: Pytest CI concurrency: group: check-${{ github.ref }} cancel-in-progress: true