Merge pull request #12488 from webknjaz/maintenance/gha-check-allowed-failures
🧪 Make required CI jobs match branch protection
(cherry picked from commit 57bc6df510
)
This commit is contained in:
parent
4716ba546f
commit
f839730d22
|
@ -182,6 +182,26 @@ jobs:
|
||||||
tox_env: "doctesting"
|
tox_env: "doctesting"
|
||||||
use_coverage: true
|
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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue