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 4040 CXX : ccache g++
4141jobs :
4242 LINUX_X64 :
43- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
43+ if : false
4444 services :
4545 mysql :
4646 image : mysql:8.3
@@ -191,7 +191,7 @@ jobs:
191191 -d zend_extension=opcache.so
192192 -d opcache.enable_cli=1
193193 MACOS_DEBUG_NTS :
194- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
194+ if : false
195195 strategy :
196196 fail-fast : false
197197 matrix :
@@ -234,7 +234,7 @@ jobs:
234234 - name : Verify generated files are up to date
235235 uses : ./.github/actions/verify-generated-files
236236 WINDOWS :
237- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
237+ if : false
238238 name : WINDOWS_X64_ZTS
239239 runs-on : windows-2022
240240 timeout-minutes : 50
@@ -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-22.04
267267 timeout-minutes : 50
268268 steps :
You can’t perform that action at this time.
0 commit comments