We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a601fc2 commit f440483Copy full SHA for f440483
1 file changed
.github/workflows/main.yml
@@ -281,6 +281,7 @@ jobs:
281
# the end this runs at least some Python tests against a from-source-built
282
# copy of wasi-libc.
283
python:
284
+ if: ${{ false }}
285
name: Test Python ${{ matrix.name }}
286
runs-on: ubuntu-24.04-arm
287
strategy:
@@ -333,6 +334,7 @@ jobs:
333
334
# fail on cancellation to ensure that the dependency failures are propagated
335
# correctly.
336
ci-status:
337
338
name: Record the result of this workflow
339
runs-on: ubuntu-latest
340
needs:
@@ -342,7 +344,6 @@ jobs:
342
344
- rustfmt
343
345
- bindings
346
- python
- if: always()
347
steps:
348
# Calculate the exit status of the whole CI workflow.
349
# If all dependent jobs were successful, this exits with 0 (and the
0 commit comments