Merge pull request #12488 from webknjaz/maintenance/gha-check-allowed-failures

🧪 Make required CI jobs match branch protection
This commit is contained in:
Ronny Pfannschmidt 2024-06-19 12:42:36 +02:00 committed by GitHub
commit 57bc6df510
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: