File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 CXX : ccache g++
4343jobs :
4444 LINUX_X64 :
45- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
45+ if : false
4646 services :
4747 mysql :
4848 image : mysql:8.3
@@ -145,7 +145,7 @@ jobs:
145145 - name : Verify generated files are up to date
146146 uses : ./.github/actions/verify-generated-files
147147 WINDOWS :
148- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
148+ if : false
149149 name : WINDOWS_X64_ZTS
150150 runs-on : windows-2022
151151 env :
@@ -171,7 +171,7 @@ jobs:
171171 - name : Test
172172 run : .github/scripts/windows/test.bat
173173 FREEBSD :
174- if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
174+ if : false
175175 name : FREEBSD
176176 runs-on : ubuntu-latest
177177 steps :
You can’t perform that action at this time.
0 commit comments