File tree 3 files changed +4
-223
lines changed
3 files changed +4
-223
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
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
@@ -137,7 +137,7 @@ jobs:
137
137
if : ${{ !matrix.asan }}
138
138
uses : ./.github/actions/verify-generated-files
139
139
LINUX_X32 :
140
- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
140
+ if : false
141
141
name : LINUX_X32_DEBUG_ZTS
142
142
runs-on : ubuntu-latest
143
143
timeout-minutes : 50
@@ -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 :
@@ -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