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 4343 CXX : ccache g++
4444jobs :
4545 LINUX_X64 :
46- if : github.repository_owner == 'php' || github.event_name == 'pull_request'
46+ if : github.repository == 'php/php-src ' || github.event_name == 'pull_request'
4747 services :
4848 mysql :
4949 image : mysql:8
@@ -149,7 +149,7 @@ jobs:
149149 if : ${{ !matrix.asan }}
150150 uses : ./.github/actions/verify-generated-files
151151 MACOS_DEBUG_NTS :
152- if : github.repository_owner == 'php' || github.event_name == 'pull_request'
152+ if : github.repository == 'php/php-src ' || github.event_name == 'pull_request'
153153 strategy :
154154 fail-fast : false
155155 matrix :
@@ -191,7 +191,7 @@ jobs:
191191 - name : Verify generated files are up to date
192192 uses : ./.github/actions/verify-generated-files
193193 WINDOWS :
194- if : github.repository_owner == 'php' || github.event_name == 'pull_request'
194+ if : github.repository == 'php/php-src ' || github.event_name == 'pull_request'
195195 name : WINDOWS_X64_ZTS
196196 runs-on : windows-2019
197197 env :
You can’t perform that action at this time.
0 commit comments