Skip to content

Commit f440483

Browse files
committed
wip remove
1 parent a601fc2 commit f440483

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ jobs:
281281
# the end this runs at least some Python tests against a from-source-built
282282
# copy of wasi-libc.
283283
python:
284+
if: ${{ false }}
284285
name: Test Python ${{ matrix.name }}
285286
runs-on: ubuntu-24.04-arm
286287
strategy:
@@ -333,6 +334,7 @@ jobs:
333334
# fail on cancellation to ensure that the dependency failures are propagated
334335
# correctly.
335336
ci-status:
337+
if: ${{ false }}
336338
name: Record the result of this workflow
337339
runs-on: ubuntu-latest
338340
needs:
@@ -342,7 +344,6 @@ jobs:
342344
- rustfmt
343345
- bindings
344346
- python
345-
if: always()
346347
steps:
347348
# Calculate the exit status of the whole CI workflow.
348349
# If all dependent jobs were successful, this exits with 0 (and the

0 commit comments

Comments
 (0)