Skip to content

Commit 57bc6df

Browse files
Merge pull request #12488 from webknjaz/maintenance/gha-check-allowed-failures
🧪 Make required CI jobs match branch protection
2 parents ff133f6 + 6a95bca commit 57bc6df

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/test.yml

+20
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,26 @@ jobs:
182182
tox_env: "doctesting"
183183
use_coverage: true
184184

185+
continue-on-error: >-
186+
${{
187+
contains(
188+
fromJSON(
189+
'[
190+
"windows-py38-pluggy",
191+
"windows-py313",
192+
"ubuntu-py38-pluggy",
193+
"ubuntu-py38-freeze",
194+
"ubuntu-py313",
195+
"macos-py38",
196+
"macos-py313"
197+
]'
198+
),
199+
matrix.name
200+
)
201+
&& true
202+
|| false
203+
}}
204+
185205
steps:
186206
- uses: actions/checkout@v4
187207
with:

0 commit comments

Comments
 (0)