File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ defaults:
2222
2323jobs :
2424 ubuntu :
25+ if : false
2526 runs-on : ${{ matrix.platform }}
2627 timeout-minutes : 90
2728 strategy :
@@ -178,6 +179,7 @@ jobs:
178179 if : ${{ matrix.pattern == '' && (always() && steps.build.outcome == 'success')}}
179180
180181 macos-windows :
182+ if : false
181183 timeout-minutes : 90
182184 strategy :
183185 matrix :
@@ -215,6 +217,7 @@ jobs:
215217 uses : ./.github/actions/run-tests
216218
217219 Linux-32-bit :
220+ if : false
218221 runs-on : ubuntu-24.04
219222 container :
220223 image : quay.io/pypa/manylinux2014_i686
@@ -253,6 +256,7 @@ jobs:
253256 cancel-in-progress : true
254257
255258 Linux-Musl :
259+ if : false
256260 runs-on : ubuntu-24.04
257261 container :
258262 image : quay.io/pypa/musllinux_1_2_x86_64
@@ -360,6 +364,7 @@ jobs:
360364
361365 # NOTE: this job must be kept in sync with the Pyodide build job in wheels.yml
362366 emscripten :
367+ if : false
363368 # Note: the Python version, Emscripten toolchain version are determined
364369 # by the Pyodide version. The appropriate versions can be found in the
365370 # Pyodide repodata.json "info" field, or in the Makefile.envs file:
You can’t perform that action at this time.
0 commit comments