@@ -39,7 +39,7 @@ permissions:
3939 contents : read
4040jobs :
4141 LINUX_PPC64 :
42- if : inputs.run_linux_ppc64
42+ if : false
4343 name : LINUX_PPC64_ASAN_UBSAN_DEBUG_ZTS
4444 # This runs on a self-hosted runner; see https://wiki.php.net/systems/ci
4545 runs-on : [self-hosted, gentoo, ppc64]
7777 runTestsParameters : >-
7878 --asan -x
7979 ALPINE :
80- if : inputs.run_alpine
80+ if : false
8181 name : ALPINE_X64_ASAN_UBSAN_DEBUG_ZTS
8282 runs-on : ubuntu-22.04
8383 container :
@@ -132,6 +132,7 @@ jobs:
132132 token : ${{ secrets.ACTION_MONITORING_SLACK }}
133133
134134 LINUX_X64 :
135+ if : false
135136 services :
136137 mysql :
137138 image : mysql:8.3
@@ -265,6 +266,7 @@ jobs:
265266 with :
266267 token : ${{ secrets.ACTION_MONITORING_SLACK }}
267268 LINUX_X32 :
269+ if : false
268270 strategy :
269271 fail-fast : false
270272 matrix :
@@ -413,7 +415,7 @@ jobs:
413415 with :
414416 token : ${{ secrets.ACTION_MONITORING_SLACK }}
415417 COVERAGE_DEBUG_NTS :
416- if : inputs.branch == 'master'
418+ if : false
417419 services :
418420 mysql :
419421 image : mysql:8.3
@@ -479,6 +481,7 @@ jobs:
479481 with :
480482 token : ${{ secrets.ACTION_MONITORING_SLACK }}
481483 COMMUNITY :
484+ if : false
482485 strategy :
483486 fail-fast : false
484487 matrix :
@@ -661,6 +664,7 @@ jobs:
661664 with :
662665 token : ${{ secrets.ACTION_MONITORING_SLACK }}
663666 OPCACHE_VARIATION :
667+ if : false
664668 services :
665669 mysql :
666670 image : mysql:8.3
@@ -752,6 +756,7 @@ jobs:
752756 with :
753757 token : ${{ secrets.ACTION_MONITORING_SLACK }}
754758 MSAN :
759+ if : false
755760 name : MSAN
756761 runs-on : ubuntu-${{ inputs.ubuntu_version }}
757762 steps :
@@ -844,6 +849,7 @@ jobs:
844849 with :
845850 token : ${{ secrets.ACTION_MONITORING_SLACK }}
846851 LIBMYSQLCLIENT :
852+ if : false
847853 name : LIBMYSQLCLIENT
848854 runs-on : ubuntu-${{ inputs.ubuntu_version }}
849855 steps :
@@ -891,7 +897,7 @@ jobs:
891897 with :
892898 token : ${{ secrets.ACTION_MONITORING_SLACK }}
893899 PECL :
894- if : inputs.branch == 'master'
900+ if : false
895901 runs-on : ubuntu-22.04
896902 env :
897903 CC : ccache gcc
@@ -1003,6 +1009,7 @@ jobs:
10031009 with :
10041010 token : ${{ secrets.ACTION_MONITORING_SLACK }}
10051011 WINDOWS :
1012+ if : false
10061013 strategy :
10071014 fail-fast : false
10081015 matrix :
@@ -1049,6 +1056,7 @@ jobs:
10491056 - name : Test
10501057 run : .github/scripts/windows/test.bat
10511058 FREEBSD :
1059+ if : false
10521060 name : FREEBSD
10531061 runs-on : ubuntu-latest
10541062 steps :
0 commit comments