@@ -54,7 +54,7 @@ permissions:
5454 contents : read
5555jobs :
5656 LINUX_PPC64 :
57- if : inputs.run_linux_ppc64
57+ if : false
5858 name : LINUX_PPC64_ASAN_UBSAN_DEBUG_ZTS
5959 # This runs on a self-hosted runner; see https://wiki.php.net/systems/ci
6060 runs-on : [self-hosted, gentoo, ppc64]
9494 - name : Extra tests
9595 uses : ./.github/actions/extra-tests
9696 ALPINE :
97- if : inputs.run_alpine
97+ if : false
9898 name : ALPINE_X64_ASAN_UBSAN_DEBUG_ZTS
9999 runs-on : ubuntu-22.04
100100 container :
@@ -150,6 +150,7 @@ jobs:
150150 token : ${{ secrets.ACTION_MONITORING_SLACK }}
151151
152152 LINUX_X64 :
153+ if : false
153154 services :
154155 mysql :
155156 image : mysql:8.3
@@ -283,6 +284,7 @@ jobs:
283284 with :
284285 token : ${{ secrets.ACTION_MONITORING_SLACK }}
285286 LINUX_X32 :
287+ if : false
286288 strategy :
287289 fail-fast : false
288290 matrix :
@@ -429,7 +431,7 @@ jobs:
429431 with :
430432 token : ${{ secrets.ACTION_MONITORING_SLACK }}
431433 COVERAGE_DEBUG_NTS :
432- if : inputs.branch == 'master'
434+ if : false
433435 services :
434436 mysql :
435437 image : mysql:8.3
@@ -494,6 +496,7 @@ jobs:
494496 with :
495497 token : ${{ secrets.ACTION_MONITORING_SLACK }}
496498 COMMUNITY :
499+ if : false
497500 strategy :
498501 fail-fast : false
499502 matrix :
@@ -685,6 +688,7 @@ jobs:
685688 with :
686689 token : ${{ secrets.ACTION_MONITORING_SLACK }}
687690 OPCACHE_VARIATION :
691+ if : false
688692 services :
689693 mysql :
690694 image : mysql:8.3
@@ -771,6 +775,7 @@ jobs:
771775 with :
772776 token : ${{ secrets.ACTION_MONITORING_SLACK }}
773777 MSAN :
778+ if : false
774779 name : MSAN
775780 runs-on : ubuntu-${{ inputs.ubuntu_version }}
776781 steps :
@@ -862,6 +867,7 @@ jobs:
862867 with :
863868 token : ${{ secrets.ACTION_MONITORING_SLACK }}
864869 LIBMYSQLCLIENT :
870+ if : false
865871 name : LIBMYSQLCLIENT
866872 runs-on : ubuntu-${{ inputs.ubuntu_version }}
867873 steps :
@@ -909,7 +915,7 @@ jobs:
909915 with :
910916 token : ${{ secrets.ACTION_MONITORING_SLACK }}
911917 PECL :
912- if : inputs.branch == 'master'
918+ if : false
913919 runs-on : ubuntu-22.04
914920 env :
915921 CC : ccache gcc
@@ -1021,6 +1027,7 @@ jobs:
10211027 with :
10221028 token : ${{ secrets.ACTION_MONITORING_SLACK }}
10231029 WINDOWS :
1030+ if : false
10241031 strategy :
10251032 fail-fast : false
10261033 matrix :
@@ -1067,6 +1074,7 @@ jobs:
10671074 - name : Test
10681075 run : .github/scripts/windows/test.bat
10691076 FREEBSD :
1077+ if : false
10701078 strategy :
10711079 fail-fast : false
10721080 matrix :
0 commit comments