File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
CXX : ccache g++
41
41
jobs :
42
42
LINUX_X64 :
43
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
43
+ if : false
44
44
services :
45
45
mysql :
46
46
image : mysql:8.3
@@ -191,7 +191,7 @@ jobs:
191
191
-d zend_extension=opcache.so
192
192
-d opcache.enable_cli=1
193
193
MACOS_DEBUG_NTS :
194
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
194
+ if : false
195
195
strategy :
196
196
fail-fast : false
197
197
matrix :
@@ -234,7 +234,7 @@ jobs:
234
234
- name : Verify generated files are up to date
235
235
uses : ./.github/actions/verify-generated-files
236
236
WINDOWS :
237
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
237
+ if : false
238
238
name : WINDOWS_X64_ZTS
239
239
runs-on : windows-2022
240
240
timeout-minutes : 50
@@ -262,7 +262,7 @@ jobs:
262
262
run : .github/scripts/windows/test.bat
263
263
BENCHMARKING :
264
264
name : BENCHMARKING
265
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
265
+ if : false
266
266
runs-on : ubuntu-22.04
267
267
timeout-minutes : 50
268
268
steps :
You can’t perform that action at this time.
0 commit comments