File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
CXX : ccache g++
44
44
jobs :
45
45
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'
47
47
services :
48
48
mysql :
49
49
image : mysql:8
@@ -149,7 +149,7 @@ jobs:
149
149
if : ${{ !matrix.asan }}
150
150
uses : ./.github/actions/verify-generated-files
151
151
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'
153
153
strategy :
154
154
fail-fast : false
155
155
matrix :
@@ -191,7 +191,7 @@ jobs:
191
191
- name : Verify generated files are up to date
192
192
uses : ./.github/actions/verify-generated-files
193
193
WINDOWS :
194
- if : github.repository_owner == 'php' || github.event_name == 'pull_request'
194
+ if : github.repository == 'php/php-src ' || github.event_name == 'pull_request'
195
195
name : WINDOWS_X64_ZTS
196
196
runs-on : windows-2019
197
197
env :
You can’t perform that action at this time.
0 commit comments