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 41
41
CXX : ccache g++
42
42
jobs :
43
43
LINUX_X64 :
44
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
44
+ if : false
45
45
services :
46
46
mysql :
47
47
image : mysql:8.3
@@ -183,7 +183,7 @@ jobs:
183
183
-d zend_extension=opcache.so
184
184
-d opcache.enable_cli=1
185
185
MACOS_DEBUG_NTS :
186
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
186
+ if : false
187
187
strategy :
188
188
fail-fast : false
189
189
matrix :
@@ -226,7 +226,7 @@ jobs:
226
226
- name : Verify generated files are up to date
227
227
uses : ./.github/actions/verify-generated-files
228
228
WINDOWS :
229
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
229
+ if : false
230
230
name : WINDOWS_X64_ZTS
231
231
runs-on : windows-2022
232
232
timeout-minutes : 50
@@ -254,7 +254,7 @@ jobs:
254
254
run : .github/scripts/windows/test.bat
255
255
BENCHMARKING :
256
256
name : BENCHMARKING
257
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
257
+ if : false
258
258
runs-on : ubuntu-24.04
259
259
timeout-minutes : 50
260
260
steps :
You can’t perform that action at this time.
0 commit comments