diff --git a/.github/workflows/pull_request.yml b/.github/workflows/regression.yml similarity index 97% rename from .github/workflows/pull_request.yml rename to .github/workflows/regression.yml index e3bb803a9..af12916c3 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/regression.yml @@ -7,7 +7,7 @@ on: branches: [ master ] jobs: - regression-testing: + tox-matrix: runs-on: ${{ matrix.os }} strategy: fail-fast: false # We want to know what version it fails on