File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 CXX : ccache g++
4242jobs :
4343 LINUX_X64 :
44- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
44+ if : false
4545 services :
4646 mysql :
4747 image : mysql:8.3
@@ -137,7 +137,7 @@ jobs:
137137 if : ${{ !matrix.asan }}
138138 uses : ./.github/actions/verify-generated-files
139139 LINUX_X32 :
140- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
140+ if : false
141141 name : LINUX_X32_DEBUG_ZTS
142142 runs-on : ubuntu-latest
143143 timeout-minutes : 50
@@ -193,7 +193,7 @@ jobs:
193193 -d zend_extension=opcache.so
194194 -d opcache.enable_cli=1
195195 MACOS_DEBUG_NTS :
196- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
196+ if : false
197197 strategy :
198198 fail-fast : false
199199 matrix :
@@ -262,7 +262,7 @@ jobs:
262262 run : .github/scripts/windows/test.bat
263263 BENCHMARKING :
264264 name : BENCHMARKING
265- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
265+ if : false
266266 runs-on : ubuntu-24.04
267267 timeout-minutes : 50
268268 steps :
You can’t perform that action at this time.
0 commit comments