🧪 Make required CI jobs match branch protection

This commit is contained in:
Sviatoslav Sydorenko 2024-06-19 12:10:20 +02:00
parent 08a39bf9b7
commit 6a95bcaa58
No known key found for this signature in database
GPG Key ID: 9345E8FEA89CA455
1 changed files with 20 additions and 0 deletions

View File

@ -182,6 +182,26 @@ jobs:
tox_env: "doctesting"
use_coverage: true
continue-on-error: >-
${{
contains(
fromJSON(
'[
"windows-py38-pluggy",
"windows-py313",
"ubuntu-py38-pluggy",
"ubuntu-py38-freeze",
"ubuntu-py313",
"macos-py38",
"macos-py313"
]'
),
matrix.name
)
&& true
|| false
}}
steps:
- uses: actions/checkout@v4
with: