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 41
41
CXX : ccache g++
42
42
jobs :
43
43
LINUX_X64 :
44
+ if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
44
45
strategy :
45
46
fail-fast : false
46
47
matrix :
94
95
- name : Verify generated files are up to date
95
96
uses : ./.github/actions/verify-generated-files
96
97
MACOS_DEBUG_NTS :
98
+ if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
97
99
runs-on : macos-12
98
100
steps :
99
101
- name : git checkout
@@ -126,6 +128,7 @@ jobs:
126
128
- name : Verify generated files are up to date
127
129
uses : ./.github/actions/verify-generated-files
128
130
WINDOWS :
131
+ if : github.repository == 'php/php-src' || github.event_name == 'pull_request'
129
132
name : WINDOWS_X64_ZTS
130
133
runs-on : windows-2019
131
134
env :
You can’t perform that action at this time.
0 commit comments