File tree 1 file changed +4
-1
lines changed 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 45
45
CXX : ccache g++
46
46
jobs :
47
47
LINUX_X64 :
48
+ if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
48
49
services :
49
50
mysql :
50
51
image : mysql:8
@@ -137,6 +138,7 @@ jobs:
137
138
if : ${{ !matrix.asan }}
138
139
uses : ./.github/actions/verify-generated-files
139
140
MACOS_DEBUG_NTS :
141
+ if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
140
142
runs-on : macos-12
141
143
steps :
142
144
- name : git checkout
@@ -170,6 +172,7 @@ jobs:
170
172
- name : Verify generated files are up to date
171
173
uses : ./.github/actions/verify-generated-files
172
174
WINDOWS :
175
+ if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
173
176
name : WINDOWS_X64_ZTS
174
177
runs-on : windows-2019
175
178
env :
@@ -196,7 +199,7 @@ jobs:
196
199
run : .github/scripts/windows/test.bat
197
200
BENCHMARKING :
198
201
name : BENCHMARKING
199
- if : github.repository_owner == 'php' || github.event_name == 'pull_request'
202
+ if : github.repository == 'php/php-src ' || github.event_name == 'pull_request'
200
203
runs-on : ubuntu-22.04
201
204
steps :
202
205
- name : git checkout
You can’t perform that action at this time.
0 commit comments