CI: remove redundant tox runs

Some tox envs are run when opening a PR, so we
do not need to run them again at merge time.
This commit is contained in:
Thomas Waldmann 2026-01-31 07:31:09 +01:00
parent 33a63fa924
commit e78c299e71
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -141,9 +141,6 @@ jobs:
]
}' || '{
"include": [
{"os": "ubuntu-22.04", "python-version": "3.10", "toxenv": "mypy"},
{"os": "ubuntu-22.04", "python-version": "3.11", "toxenv": "docs"},
{"os": "ubuntu-22.04", "python-version": "3.10", "toxenv": "py310-llfuse"},
{"os": "ubuntu-22.04", "python-version": "3.11", "toxenv": "py311-llfuse", "binary": "borg-linux-glibc235-x86_64-gh"},
{"os": "ubuntu-22.04-arm", "python-version": "3.11", "toxenv": "py311-llfuse", "binary": "borg-linux-glibc235-arm64-gh"},
{"os": "ubuntu-24.04", "python-version": "3.12", "toxenv": "py312-pyfuse3"},