File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -824,6 +824,7 @@ jobs:
824
824
with :
825
825
key : " ${{github.job}}-${{hashFiles('php/main/php_version.h')}}"
826
826
append-timestamp : false
827
+ save : ${{ github.event_name != 'pull_request' }}
827
828
- name : build PHP
828
829
run : |
829
830
cd php
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ jobs:
116
116
# job id, not the job name)
117
117
key : " LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{ matrix.asan && '_ASAN' || '' }}-${{hashFiles('main/php_version.h')}}"
118
118
append-timestamp : false
119
+ save : ${{ github.event_name != 'pull_request' }}
119
120
- name : ./configure
120
121
uses : ./.github/actions/configure-x64
121
122
with :
@@ -170,6 +171,7 @@ jobs:
170
171
with :
171
172
key : " ${{github.job}}-${{matrix.os}}-${{hashFiles('main/php_version.h')}}"
172
173
append-timestamp : false
174
+ save : ${{ github.event_name != 'pull_request' }}
173
175
- name : ./configure
174
176
uses : ./.github/actions/configure-macos
175
177
with :
@@ -246,6 +248,7 @@ jobs:
246
248
with :
247
249
key : " ${{github.job}}-${{hashFiles('main/php_version.h')}}"
248
250
append-timestamp : false
251
+ save : ${{ github.event_name != 'pull_request' }}
249
252
- name : ./configure
250
253
run : |
251
254
set -x
You can’t perform that action at this time.
0 commit comments