Skip to content

Commit 6a95bca

Browse files
committed
🧪 Make required CI jobs match branch protection
1 parent 08a39bf commit 6a95bca

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 20 additions & 0 deletions
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)