@@ -48,7 +48,7 @@ permissions:
4848 contents : read
4949jobs :
5050 LINUX_PPC64 :
51- if : inputs.run_linux_ppc64
51+ if : false
5252 name : LINUX_PPC64_ASAN_UBSAN_DEBUG_ZTS
5353 # This runs on a self-hosted runner; see https://wiki.php.net/systems/ci
5454 runs-on : [self-hosted, gentoo, ppc64]
8888 - name : Extra tests
8989 uses : ./.github/actions/extra-tests
9090 ALPINE :
91- if : inputs.run_alpine
91+ if : false
9292 name : ALPINE_X64_ASAN_UBSAN_DEBUG_ZTS
9393 runs-on : ubuntu-22.04
9494 container :
@@ -145,6 +145,7 @@ jobs:
145145 token : ${{ secrets.ACTION_MONITORING_SLACK }}
146146
147147 LINUX_X64 :
148+ if : false
148149 services :
149150 mysql :
150151 image : mysql:8.3
@@ -280,6 +281,7 @@ jobs:
280281 with :
281282 token : ${{ secrets.ACTION_MONITORING_SLACK }}
282283 LINUX_X32 :
284+ if : false
283285 strategy :
284286 fail-fast : false
285287 matrix :
@@ -369,6 +371,7 @@ jobs:
369371 with :
370372 token : ${{ secrets.ACTION_MONITORING_SLACK }}
371373 MACOS :
374+ if : false
372375 strategy :
373376 fail-fast : false
374377 matrix :
@@ -432,7 +435,7 @@ jobs:
432435 with :
433436 token : ${{ secrets.ACTION_MONITORING_SLACK }}
434437 COVERAGE_DEBUG_NTS :
435- if : inputs.branch == 'master'
438+ if : false
436439 services :
437440 mysql :
438441 image : mysql:8.3
@@ -682,6 +685,7 @@ jobs:
682685 with :
683686 token : ${{ secrets.ACTION_MONITORING_SLACK }}
684687 OPCACHE_VARIATION :
688+ if : false
685689 services :
686690 mysql :
687691 image : mysql:8.3
@@ -773,6 +777,7 @@ jobs:
773777 with :
774778 token : ${{ secrets.ACTION_MONITORING_SLACK }}
775779 MSAN :
780+ if : false
776781 name : MSAN
777782 runs-on : ubuntu-${{ inputs.ubuntu_version }}
778783 steps :
@@ -865,6 +870,7 @@ jobs:
865870 with :
866871 token : ${{ secrets.ACTION_MONITORING_SLACK }}
867872 LIBMYSQLCLIENT :
873+ if : false
868874 name : LIBMYSQLCLIENT
869875 runs-on : ubuntu-${{ inputs.ubuntu_version }}
870876 steps :
@@ -912,7 +918,7 @@ jobs:
912918 with :
913919 token : ${{ secrets.ACTION_MONITORING_SLACK }}
914920 PECL :
915- if : inputs.branch == 'master'
921+ if : false
916922 runs-on : ubuntu-22.04
917923 env :
918924 CC : ccache gcc
@@ -1024,6 +1030,7 @@ jobs:
10241030 with :
10251031 token : ${{ secrets.ACTION_MONITORING_SLACK }}
10261032 WINDOWS :
1033+ if : false
10271034 strategy :
10281035 fail-fast : false
10291036 matrix :
@@ -1070,6 +1077,7 @@ jobs:
10701077 - name : Test
10711078 run : .github/scripts/windows/test.bat
10721079 FREEBSD :
1080+ if : false
10731081 strategy :
10741082 fail-fast : false
10751083 matrix :
0 commit comments