We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a601fc2 commit 0c87e86Copy full SHA for 0c87e86
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:
0 commit comments