File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 42
42
CXX : ccache g++
43
43
jobs :
44
44
LINUX_X64 :
45
+ if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
45
46
strategy :
46
47
fail-fast : false
47
48
matrix :
98
99
- name : Verify generated files are up to date
99
100
uses : ./.github/actions/verify-generated-files
100
101
MACOS_DEBUG_NTS :
102
+ if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
101
103
runs-on : macos-12
102
104
steps :
103
105
- name : git checkout
@@ -131,6 +133,7 @@ jobs:
131
133
- name : Verify generated files are up to date
132
134
uses : ./.github/actions/verify-generated-files
133
135
WINDOWS :
136
+ if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
134
137
name : WINDOWS_X64_ZTS
135
138
runs-on : windows-2019
136
139
env :
You can’t perform that action at this time.
0 commit comments