👷 reduce ci redundant run

This commit is contained in:
yanyongyu
2022-02-16 14:17:33 +08:00
parent 722fc6c6e1
commit a491d842db
5 changed files with 50 additions and 24 deletions

View File

@ -4,13 +4,15 @@ on:
push:
branches:
- master
- dev
pull_request:
jobs:
test:
name: Test Coverage
runs-on: ${{ matrix.os }}
concurrency:
group: test-coverage-${{ github.ref }}
cancel-in-progress: true
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]